Displaying 1 result from an estimated 1 matches for "dir_c".
Did you mean:
dir_n
2008 May 31
1
rsync 3.0.2 with --fileflags on FreeBSD: cannot rsync hardlinked immutable files
..."${DIR}/dir_A/"
# Try rsync: will fail because of schg'ed hardlinked file
/usr/local/bin/rsync -avHWx --fileflags "${DIR}/dir_A/" "${DIR}/dir_B/"
ls -laio "${DIR}/dir_B/"
# Try cpdup: will work
/usr/local/bin/cpdup "${DIR}/dir_A/" "${DIR}/dir_C/"
ls -laio "${DIR}/dir_C/"
--------------------------------------------------------------
will output:
--------------------------------------------------------------
+ date +%s
+ DIR=/var/tmp/rsync_1212259951/
+ mkdir /var/tmp/rsync_1212259951//
+ mkdir /var/tmp/rsync_1212259951//...