Mein NAS ist defekt, somit habe ich z.Zt. keine Sicherung mehr, Frage:
Kann ich auch auf external /mnt/sdb2/SmartBackup sichern?
Ich habe als externe Platte die Platte meines alten SRP angeschlossen. Diese hat 2 Partitionen, auf der 2. (SDB2) möchte ich gerne sichern, da dort mehr Platz vorhanden ist. Geht das über das Mount-Command in der INI von SB.
SB versucht auf SDB1 zu sichern.
(2021-06-24 04:59:56 SmartBackup: Destination: external disk @ '/mnt/sdb1/SmartBackup/')
SmartBackup
Re: SmartBackup
Gruß
tina1
tina1
- FireBird
- Suspekter verdächtiger Zauberküchenchef, TAP & Firmware-Guru
- Beiträge: 28912
- Registriert: Fr 9. Dez 2005, 09:59
- Receivertyp: SRP-2401CI+ TFIR
vu+ Duo 4k - Wohnort: Wien
Re: SmartBackup
In der INI solltest Du 3 Blöcke für verschiedene Ziele haben ("Internal Disk", "External Disk" und "Network Device"). Wenn Du die 3 Einträge für's NAS mittels ; deaktivierst und dafür "DestDevice" und "DestPath" im "External Disk"-Block aktivierst und den DestPath einträgst, sollte es eigentlich klappen.
Re: SmartBackup
Hallo Alex, würde es so funktionieren:
; 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=/mnt/sdb2/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 -o nolock,rsize=4096,wsize=4096,tcp 192.168.178.54:/volume1/Sicherung_Topfield/SmartBackup /mnt/hd/SmartBackup/
;LastBackup=e7d6
;LastBackup=e7fb
; 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=/mnt/sdb2/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 -o nolock,rsize=4096,wsize=4096,tcp 192.168.178.54:/volume1/Sicherung_Topfield/SmartBackup /mnt/hd/SmartBackup/
;LastBackup=e7d6
;LastBackup=e7fb
Zuletzt geändert von tina1 am Do 24. Jun 2021, 17:09, insgesamt 1-mal geändert.
Gruß
tina1
tina1
- FireBird
- Suspekter verdächtiger Zauberküchenchef, TAP & Firmware-Guru
- Beiträge: 28912
- Registriert: Fr 9. Dez 2005, 09:59
- Receivertyp: SRP-2401CI+ TFIR
vu+ Duo 4k - Wohnort: Wien
Re: SmartBackup
Sieht gut aus.
Re: SmartBackup
Moin Alex,
hat leider nicht funktioniert:
2021-06-25 04:59:57 SmartBackup: Destination: external disk not found, waiting up to 3 minutes,
auch nicht bei manuellem Aufruf
2021-06-25 08:13:24 SmartBackup: Destination: external disk not found, waiting up to 3 minutes
Ich hatte gestern das Verzeichnis SmartBackup auf external/SDB2 manuell über FTP angelegt. Könnte das die Ursache sein?
(über das TAP SmartBackupExtHDDinit kann ich ja nur auf SDB1 eines anlegen lassen)
Mit der Angabe von DestDevice=external und DestPath=/mnt/sdb1/SmartBackup läuft es auch nicht.
hat leider nicht funktioniert:
2021-06-25 04:59:57 SmartBackup: Destination: external disk not found, waiting up to 3 minutes,
auch nicht bei manuellem Aufruf
2021-06-25 08:13:24 SmartBackup: Destination: external disk not found, waiting up to 3 minutes
Ich hatte gestern das Verzeichnis SmartBackup auf external/SDB2 manuell über FTP angelegt. Könnte das die Ursache sein?
(über das TAP SmartBackupExtHDDinit kann ich ja nur auf SDB1 eines anlegen lassen)
Mit der Angabe von DestDevice=external und DestPath=/mnt/sdb1/SmartBackup läuft es auch nicht.
Zuletzt geändert von tina1 am Fr 25. Jun 2021, 09:16, insgesamt 1-mal geändert.
Gruß
tina1
tina1
- FireBird
- Suspekter verdächtiger Zauberküchenchef, TAP & Firmware-Guru
- Beiträge: 28912
- Registriert: Fr 9. Dez 2005, 09:59
- Receivertyp: SRP-2401CI+ TFIR
vu+ Duo 4k - Wohnort: Wien
Re: SmartBackup
Sorry, ich habe mich auch schon ewig nicht mehr mit dem TAP beschäftigt. DestPath sollte einfach
DestPath=/SmartBackup
lauten. Auf welcher Platte/Partition das Verzeichnis liegt, sucht SmartBackup selbst (ab sdb1). Das manuelle Anlegen des Verzeichnisses ist kein Problem. Damit ist ein Test bei mir durchgelaufen.
DestPath=/SmartBackup
lauten. Auf welcher Platte/Partition das Verzeichnis liegt, sucht SmartBackup selbst (ab sdb1). Das manuelle Anlegen des Verzeichnisses ist kein Problem. Damit ist ein Test bei mir durchgelaufen.
Re: SmartBackup
Danke für deine Hilfe,
ich habe jetzt den Ordner SmartBackup auf sdb1 gelöscht, so dass der Ordner nur noch auf sdb2 angelegt ist.
Jetzt funktioniert es, wie gewünscht.
ich habe jetzt den Ordner SmartBackup auf sdb1 gelöscht, so dass der Ordner nur noch auf sdb2 angelegt ist.
Jetzt funktioniert es, wie gewünscht.
Gruß
tina1
tina1