Displaying 1 result from an estimated 1 matches for "axhez".
2006 Feb 24
1
How to use multiple link-dest directories?
...been
using on single directories for a long time; and that it's not subtly
different in some weird way) we are faced with the following
apparently trivial problem:
How the fsck do I specify to rsync what I want the two directories to
be?
Attempt one was the simple-minded
$RSYNC_LOCAL -axHEz --delete --delete-excluded --delete-after \
--exclude-from=/Users/handleym/bin/backup_excludes.txt \
--ea-checksum \
--link-dest=$BASE_SRC/1/ $DST_DIR/1/ \
--rsync-path=$RSYNC_REMOTE \
--stats \
$SRC_DIR $DST_DIR/0/...