Displaying 1 result from an estimated 1 matches for "rsync_destination".
2011 Jul 09
0
Problem with --dry-run
...ritten a backup script with rsync, which is working fine for a long
time. Now a problem has occured. which I am not able to solve by my own:
Before I am doing the backup I am checkig if there are any changes to backup
...
rsync --delete $RSYNC_EXCLUDE -avzne "$RSYNC_SSH" $RSYNC_SOURCE
$RSYNC_DESTINATION
But when I have created a path of new directories in $RSYNC_SOURCE e. g.
$RSYNC_SOURCE/new_dir/new_dir/new.file then its fails with ...
skipping daemon-excluded directory "$RSYNC_SOURCE/new_dir/new_dir"
*** Skipping any contents from this failed directory ***
sent 288255 bytes receive...