I have two OpenSuseb 10.2 servers. The Source server is running rsync --daemon
with a module name of server_name and path = / The Destination server is using
crontab to execute the rsync client with these options
rsync -a --exclude="*.tar" --delete source.ip::module /path/to/destination
Howev
I've got to be overlooking something but when I use rsync client to copy files
from one box to another it creates the folder/files in the root directory
instead of what is specified in the module path statement.
I have tried it via ssh and without. With user authentication on and without.
I a