Displaying 1 result from an estimated 1 matches for "atticserve".
2009 Sep 26
1
rsync finds files to sync which don't exist and then crashes
...running the following script for backup:
SHORTHOST=`hostname | awk 'BEGIN { FS="." } { print $1 }'`
cd $HOME || exit 1
rsync --ignore-errors --max-size=50m -v --delete --delete-excluded
--log-file=/tmp/backup.log --exclude-from=$HOME/.rsync/exclude \
--timeout=3 -az \
$HOME atticserve:/mnt/store/backup/$SHORTHOST
At some point it tries to sync the following file:
stefaan/Pictures/2009-08-29/P1000908.JPG
This file does not exist, although it used to. At this point rsync crashes
with:
2009/09/26 23:39:26 [27867] .d..t...... stefaan/
2009/09/26 23:39:27 [27867] .d..t...... stefaa...