Trailing /

Gary Aviv gary.aviv at intec.us
Fri Nov 8 14:50:00 EST 2002


It appears that the trailing slash in the source is being ignored:

rsync -auv clam::root/usr/local/bin/ /tmp/bin  

ends up with files under /tmp/bin/bin
where 

rsync -auv clam:/usr/local/bin/ /tmp/bin

works as expected.

rsync -auv 'clam::root/usr/local/bin/*' /tmp/bin

also works as expected.






More information about the rsync mailing list