On Tue, Oct 12, 2004 at 04:13:56PM -0400, Daniel Teklu wrote:
> path = /export/home/foo/test
[...]
> How do I put it to /export/home/foo/test/blha
Either use this command:
rsync -avz /export/home/foo/test/blha/file_name server::test/blha
or these commands:
cd /export/home/foo/test
rsync -avzR
I would like to have one rsync tab in the rsyncd.conf on the destination
server with the root folder on it like:
[test]
comment = TEST
path = /export/home/foo/test
read only = no
uid = root
gid = root
and under the test folder I have several folders. How do I specify the whole
path from the