search for: rsync_1212259951

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

2008 May 31
1
rsync 3.0.2 with --fileflags on FreeBSD: cannot rsync hardlinked immutable files
...# 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//dir_A/ + touch /var/tmp/rsync_1212259951//dir_A/file_A + ln /var/tmp/rsync_1212259951//dir_A/file_A /var/tmp/rsync_1212259951//dir_A/file_B + chflags schg /var/tmp/rsync_1212259951//dir_A/file_A + ls -laio /var/tmp/rsync_121225...