Displaying 1 result from an estimated 1 matches for "aisphax".
2016 Sep 01
2
[Bug 12199] New: multiple link-dest dirs not working
...Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: brian at interlinx.bc.ca
QA Contact: rsync-qa at samba.org
If I try to use multiple --link-dest dirs they are not being searched
exhaustively for a file to link to. Observe:
# rsync -aiSPHAX --link-dest $PWD/monthly.0/f/sbin/ --link-dest
$PWD/monthly.1.new/f/sbin/ --link-dest $PWD/weekly.3/f/sbin/ weekly.3/f/sbin/
weekly.3.new/f/sbin/
.d..t...... ./
cf........x consoletype
# ls -li */f/sbin/consoletype
705305954 -rwxr-xr-x. 3 root root 7896 Nov 4 2014
monthly.0/f/sbin/consoletype
705...