search for: avzn

Displaying 2 results from an estimated 2 matches for "avzn".

Did you mean: avz
2011 Jul 09
0
Problem with --dry-run
Hi Gents, I have written 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 f...
2011 Jul 13
0
How to call rsync client so that is detects that server has gone away?
...submitting rsync" time.sleep(30) else: print "rsync was succesful" #subprocess.call("MAIL -s 'jobs done' bjorn.madsen at operationsresearchgroup.com", shell=True) sys.exit(0) sync() # Running in crontab since 29/6/2011 10:07 # Dry-run Testline: rsync -avzn --stats --timeout=60 /media/rsync_gb01/movies/ bjorn at srv01:/home/bjorn/movies ---------- Forwarded message ---------- From:?Larry Irwin <mkitwrk at gmail.com> To:?rsync at lists.samba.org Date:?Tue, 12 Jul 2011 14:50:01 -0400 Subject:?How to call rsync client so that is detects that ser...