Ich hab jetzt nicht so viel Zeit, daher schon mal ein Gutfall für euch:
Code: Select all
usb_backup.sh: /mnt/esata_disk not found...
usb_backup.sh: Backup for AMS151
usb_backup.sh: /mnt/esata_disk not found...
usb_backup.sh: Backup Device: /dev/sdb1
/dev/sdb1 /mnt/usbdisk3-1 ext3 rw 0 0
*** smb.conf success checked!!! ***>>
usb_backup.sh: Mount Point for Device: /mnt/usbdisk3-1
usb_backup.sh: Backup folder: /mnt/usbdisk3-1//full_backup_AMS151/
usb_backup.sh: Backup folder: /mnt/usbdisk3-1//full_backup_AMS151/ already exists.
usb_backup.sh: Folders found to backup:
Share Web
usb_backup.sh: Folders to skip:
...
Also, stimmt, dort muss ein Gerätename stehen. Vielleicht ist diese Zuordnung der Geräte doch irgendwie variabel?
Also, in der Config von Backupbutton steht folgende Zuordnung.
Code: Select all
# This is the configuration of the devices and the order in which they are processed
# The first device that is found is used for backup. Please change the order if you want
# but be careful to keep the syntax. Variables may also be commented
#
# Default: Device1: /mnt/esata_disk, ESATA, unused
# Device2: /mnt/usbdisk3-1, USB, PORT21
# Device3: /mnt/usbdisk1-1, USB, PORT01
# Device4: /mnt/usbdisk2-1, USB, PORT11
DESTDEVICE1=/mnt/esata_disk
DESTTYPE1=ESATA
PORTNAME1=unused
DESTDEVICE2=/mnt/usbdisk3-1
DESTTYPE2=USB
PORTNAME2=PORT21
DESTDEVICE3=/mnt/usbdisk1-1
DESTTYPE3=USB
PORTNAME3=PORT01
DESTDEVICE4=/mnt/usbdisk2-1
DESTTYPE4=USB
PORTNAME4=PORT11
# Alternatively, you can also set the destination to one folder
# by uncommenting and setting of the variables below
# Please be careful to set all three and to keep the syntax
#DESTDEVICE=/mnt/usbdisk3-1
#DESTTYPE=USB
#PORTNAME=PORT21
Ihr könnt in der Config dann ggf. eure Pfade anpassen, in dem im Beispiel unten (ist in der Datei weiter oben) die drei Kommentare "#" entfernt werden und die richtigen Namen angepasst werden.
Das Kommando was zur Prüfung verwendet wird, ist
Weiterhin solltet ihr mal die Mountpoints anzeigen lassen:
Bitte ruft das mal auf eurern Geräten auf (ist harmlos

) und postet die Ausgabe mal hier. Wenn die Zuordnung nicht stimmt, z.B. /mnt/usbdisk3-1 bei euch nicht PORT21 ist, dann funktioniert es nicht. Dann muss die Logik von backupbutton mal geändert werden. Als Umgehung kann man es dann per Hand einstellen, wie oben beschrieben, aber ggf. muss man das dann nach einem Abhängen und Wiederanhängen der Geräte wieder neu eintragen.