Displaying 1 result from an estimated 1 matches for "mydirectorynam".
Did you mean:
mydirectoryname
2006 Jun 09
0
-b option on rsync with HFS support
OS X 10.4.6 (BSD)
I was using the 'standard' versions (i.e. non-HFS supporting) of
rsync with the backup -b option so that I could do nightly
incrementals. This seemed to be running fine. Changes to existing
backed up files got copied to the appropriate path(s) on the target.
BUDIR=myDirectoryName
time /usr/local/bin/rsync -a -b --suffix=# --backup-dir=$BUDIR /
Users /Volumes/nephron
However, when I started using a version (2.6.0 protocol version 27)
supporting HFS and choosing the extended attributes option, the sync
works, but the copy to the backup directories doesn't work unle...