So I checked the backup menu and the USB script to make the backup.
I found no errors.
If I run it manually I get as output in a shell terminal
- Code: Select all
23
root@Shaula:/ # php -e /share/1000/cronjobs/Rsync_USB-STOCKAGE_5.from.cronjobs_2T7ERN.php
crond: USER root pid 2555 Rsync script started at : 2014-09-11_16:46:06
crond: USER root pid 2555 USB share is available
crond: USER root pid 2555 rsync command:
umask 0 && /usr/sbin/rsync --stats --force --ignore-errors --modify-window=2 -tDvr --delete '/share/1000/fvdw/searches' '/share/1000/STOCKAGE_5/essai2'> '/share/1000/cronjobs/searches_2014-09-11_16-46-06.log' 2>&1
crond: USER root pid 2555 Rsync command successful
crond: USER root pid 2555 Rsync script ended at : 2014-09-11_16:46:07
0
( => compare with your output)
The related job is also run at the scheduled date-time.
But maybe I found an explanation. If your USB is a FAT32 or NTFS disk, then if there are some filename to backup with unauthorized characters (<>/?*:!"|) then the backup fails.
In this case the output is
- Code: Select all
root@Shaula:/ # php -e /share/1000/cronjobs/Rsync_USB-STOCKAGE_5.from.cronjobs_2T7ERN.php
crond: USER root pid 2464 Rsync script started at : 2014-09-11_16:42:37
crond: USER root pid 2464 USB share is available
crond: USER root pid 2464 rsync command:
umask 0 && /usr/sbin/rsync --stats --force --ignore-errors --modify-window=2 -tDvr --delete '/share/1000/fvdw/searches' '/share/1000/STOCKAGE_5/essai2'> '/share/1000/cronjobs/searches_2014-09-11_16-42-37.log' 2>&1
crond: USER root pid 2464 Rsync command returned some errors: see the log file (/share/1000/cronjobs/searches_2014-09-11_16-42-37.log)!
23
crond: USER root pid 2464 Rsync script ended at : 2014-09-11_16:43:05
and in searches_2014-09-11_16-42-37.log, I read this
- Code: Select all
rsync: mkstemp "/share/1000/STOCKAGE_5/essai2/searches/.SDF.passwd-kappa:jocko.ClbmpO" failed: Invalid argument (22)
But note that the output is still not the same than yours
So check your source folder.
search some error lines in the file cron.log
and also in Recorded_TV_xx-yy-zz_aa-bb-cc.log
(these two last files are available in /share/1000/cronjobs)