Displaying 1 result from an estimated 1 matches for "lvs_server_v1".
2002 Dec 17
0
problem copying directory from local machine to server
...ing to populate a directory on a server from a local directory,
but I'm running into the problem that rsync doesn't find any files to
transfer. I think maybe I'm missing something about how rsync works.
The command I'm using is:
rsync -vr --numeric-ids --dry-run / rsync.host.com::lvs_server_v1
(where rsync.host.com would be the real hostname of my rsync server)
then, the rsyncd.conf file on rsync.host.com has this module entry:
[lvs_server_v1]
path=/path/to/dir/lvs_server_v1
The directory lvs_server_v1 on the server is empty - I'm trying to copy
the contents of / on the...