Re: Rsync linked disk

2006-05-16 Thread Wayne Davison
On Tue, May 16, 2006 at 04:31:48PM +0300, Mark, Oren wrote: > /a/b/c/d/e -> ../e > Path = /a/b/c/d > Chroot = true The chroot system call will prevent any access from outside the root, so it's impossible to access /a/b/c/e from inside the chroot area if you use a symlink. If you can setup a "bind

Rsync linked disk

2006-05-16 Thread Mark, Oren
Hi,   I have a problem rsync disk that is linked in the following way:   /a/b/c/d/e -> ../e   We use that in order to create linked tree which has link to kind of tools we need to rsync and thus not worry on disk capacity cause we can add linked disks as many as we can.   We use rsy