search for: arvv

Displaying 1 result from an estimated 1 matches for "arvv".

Did you mean: argv
2008 Mar 02
1
Wrong uptodate
...Debian sarge system: rsync version 2.6.9 protocol version 29 Linux server 2.4.27-2-686-smp #1 SMP Wed Aug 17 10:05:21 UTC 2005 i686 GNU/Linux Here is the interesting part of the script: # options to pass to rsync OPTIONS1="--force --ignore-errors --delete --delete-excluded --checksum -aRvv" OPTIONS2="--force --ignore-errors --delete --delete-excluded --checksum -aRvv" export PATH=$PATH:/bin:/usr/bin:/usr/local/bin # our actual rsyncing function a_rsync() { for BACKUPDIR in $BUPDIR1; do rsync $OPTIONS1 $BACKUPDIR $ARCHIVE1/$CURRENT1 >> /var/log/cronscripts/...