Displaying 1 result from an estimated 1 matches for "heart_and_soul".
2009 Jul 03
1
Bug? backup_dir sometimes reported on STDOUT, sometimes not.
...metimes somewhere else. Note that the
rsync daemon running on the "server" is 2.6.9 (on another MacBook Pro,
OS X 10.5.7)
For example, in bash, this happens:
axe-MBP:bin work$ /usr/local/bin/rsync -aub --dry-run -v --verbose --
exclude '*~' --backup-dir=/Users/work/Desktop/Heart_and_Soul/backup/ joe@Joe-MBP.local
:/Users/joe/Desktop/Heart_and_Soul/ /Users/work/Desktop/
Heart_and_Soul/ > /dev/null
axe-MBP:bin work$
(all output goes to STDOUT and is redirected to /dev/null)
But by swapping the input and output directories, this happens:
axe-MBP:bin work$ /usr/local/bin/rsync...