- …die eingebaute sein, was natürlich nur für Testzwecke sinnvoll ist.
- …eine per USB angeschlossene Platte/Stick sein. Die Platte muss nicht gemountet sein, sie wird automatisch erkannt, wenn das Zielverzeichnis existiert. Wird die Platte beim Start von SB nicht gefunden, wartet SB bis zu 3 Minuten auf ihr Auftauchen.
- …ein gemountetes NAS. Wird das Ziel nicht gefunden, wartet SB wieder bis zu 3 Minuten. Wurde in der INI ein Mount-Befehl eingegeben, setzt SB diesen vorher ab. Musste sich SB um das Mounten kümmern, wird das NAS nach dem Ende des Backups auch wieder von SB abgeklemmt.
Code: Alles auswählen
; Internal disk
; Use for testing only because it doesn't make sense to backup on the same disk
; MountCommand is not used in this case
;DestDevice=Internal
;DestPath=/mnt/hd/SmartBackup
;MountCommand=
; External disk
; MountCommand is not used in this case
;DestDevice=External
;DestPath=/SmartBackup
;MountCommand=
; Network device
; Choose whatever mount point you like, but none within ProgramFiles
; If MountCommand may be left empty if the NAS is mounted by another TAP
; If SmartBackup mounts the NAS share, it will unmount it after the backup has finished
DestDevice=NAS
DestPath=/mnt/hd/SmartBackup
MountCommand=mount -t nfs 192.168.0.251:/raid0/data/Raid/Backups/SmartBackup /mnt/hd/SmartBackup/
Code: Alles auswählen
2013-11-21 22:34:33 SmartBackup: SmartBackup V1.0
2013-11-21 22:34:33 SmartBackup: Destination: NAS not mounted, waiting up to 3 minutes
2013-11-21 22:34:33 SmartBackup: Launching mount command 'mount -t nfs 192.168.0.251:/raid0/data/Raid/Backups/SmartBackup /mnt/hd/SmartBackup/'
2013-11-21 22:36:19 SmartBackup: Destination: NAS @ '/mnt/hd/SmartBackup/'
2013-11-21 22:36:19 SmartBackup: Performing recursive scan
2013-11-21 22:38:16 SmartBackup: Scan result: 56 folders, 5705 files, 385.5 MB
2013-11-21 22:38:16 SmartBackup: Last backup found: 2013-11-19
2013-11-21 22:40:15 SmartBackup: Copied: 64 files, 184.7 MB
2013-11-21 22:40:15 SmartBackup: DeDupe: 5641 files, 200.8 MB
2013-11-21 22:40:15 SmartBackup: Exiting
SB führt auch eine automatische Bereinigung der Backup-Verzeichnisse durch (dieses Feature ist noch nicht fertiggestellt). Dabei sollen im Endeffekt die Backupverzeichnisse der letzten 8 Tage, 4 Backups im Wochenabstand, 12 Backups im Monatsabstand und dann jeweils das Letzte eines Jahres übrig bleiben.
Und zu guter Letzt wird SmartBackup ab der nächsten Version von SmartEPG automatisch nach dem Scan gestartet und muss daher nicht in den AutoStart.
Das TAP gibt es via TAPtoDate oder von hier.