Hast Du das immer?
Welche DSM-Version?
Sieht fast so aus, ja.
Mein System: DSM 5.1 update 2 auf der DS415+
Anscheinend passiert folgendes:
1. 1x Piepsen, Backup startet
2. 1x Piepsen, Backup beendet, Platte wird ausgeworfen (sichtbar in DSM)
3. Nach ca. 30 Sekunden: 3x Piepsen (vermutlich der Zeitpunkt der Fehlermeldung)
Inhalt des Log:
2014-12-10 18:53:06: device 'sdg1' - inserted, trying to find mount point
2014-12-10 18:53:09: device 'sdg1' - mount point '/volumeSATA/satashare' found
2014-12-10 18:53:09: device 'sdg1' - script '/volumeSATA/satashare/autorun' found, executing
2014-12-10 18:53:19: device '/volumeSATA/satashare' - local backup '5' started
2014-12-10 18:57:19: device '/volumeSATA/satashare' - local backup '5' finished
2014-12-10 18:57:19: device '/volumeSATA/satashare' - mounting the encrypted file system
2014-12-10 18:57:31: device '/volumeSATA/satashare' - local backup '4' started
2014-12-10 18:58:41: device 'sdg1' - script '/volumeSATA/satashare/autorun' finished ( left on device), no further actions
2014-12-10 18:59:31: device '/volumeSATA/satashare' - local backup '4' finished
2014-12-10 18:59:31: device '/volumeSATA/satashare' - unmounting the encrypted file system
2014-12-10 18:59:31: device '/volumeSATA/satashare' - problem while unmounting the encrypted file system, aborting
Mein Script sieht relativ unkompliziert aus:
#!/bin/sh
/var/packages/autorun/target/localbackup "5" "/volumeSATA/satashare" "$1" 0
/var/packages/autorun/target/encryptbackup "xxxxxxxxx" "4" "/volumeSATA/satashare" "$1" 100 "y"
exit $?
Schönen Gruß,
tale