Re: error rsync'ing links of the form ../xxx

2006-05-02 Thread Wayne Davison
On Tue, May 02, 2006 at 09:13:47AM -0400, Gary Aviv wrote: > In fact, even if the link is invalid it should be transfered. The desire is to make a daemon that is running without chroot work as closely as possible to a daemon that is running with chroot. So, what we definitely need to avoid is let

Re: error rsync'ing links of the form ../xxx

2006-05-02 Thread Gary Aviv
On Mon, 1 May 2006, Wayne Davison wrote: On Sat, Apr 29, 2006 at 01:48:28PM -0400, Gary Aviv wrote: However, at the destination the .. is missing. for example the link "../python/compile_plan.py" becomes "python/compile_plan.py" at the destination. Is your daemon running without chroot? I j

Re: error rsync'ing links of the form ../xxx

2006-05-01 Thread Wayne Davison
On Sat, Apr 29, 2006 at 01:48:28PM -0400, Gary Aviv wrote: > However, at the destination the .. is missing. for example > the link "../python/compile_plan.py" becomes "python/compile_plan.py" > at the destination. Is your daemon running without chroot? I just did a test, and rsync's symlink sanit

error rsync'ing links of the form ../xxx

2006-04-29 Thread Gary Aviv
I am running latest rsync version 2.6.8 on both ends. The receiver is a daemon. When I transfer a symbolic link like this: /tmp/rsync -av /opt/iat/IaT3.1.1/bin/* uxgary::root/opt/iat/IaT3.1/bin building file list ... done compile_plan.py -> ../python/compile_plan.py iat_status -> ../python/ia