Displaying 1 result from an estimated 1 matches for "base_src".
Did you mean:
base_sku
2006 Feb 24
1
How to use multiple link-dest directories?
...lem:
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/ \
2>&1 >> $LOG_FILE
This fails to parse. rsync apparently treats "--link-dest=$BASE_SRC/
1/" as a single unit, treats the next "$DST_DIR/1...