Displaying 1 result from an estimated 1 matches for "r_bc".
Did you mean:
r_bck
2004 Nov 09
1
redoing error causes backup file failure on target
...you see redoing in your debug
expect the backup not to have worked correctly. I didn't see this problem
btwn naxpap01 and rwxp25l1 just btwn rwxp25l1 and naxp18l1. I'm pulling
the code from source to target.
In this example, 4,10,11 were all marked as redoing this created a AccChkpt.gz.r_bck the same as source and target. In other
words, we lost our n-1 backed up file AccChkpt.gz for acc.4,10, and 11.
Here is my syntax: b for backup and .r_bck for the backup suffix to append
rsync -vvabc -e ssh --suffix=.r_bck --exclude '*.r_bck' \
--delete --delete-after ${user}@${sho...