Displaying 2 results from an estimated 2 matches for "rysncd".
Did you mean:
rsyncd
2005 Nov 23
2
HELP: need better understanding of "--delete" flag
Need to understand exactly what the "--delete" flag
does when rsync runs.
Here is my understanding... If a file is created on
the source machine on monday, then rsync'd to the
rsync server on monday night, then deleted on the
source machine tuesday, then it will be deleted from
the rsync server on tuesday night when the cron job
runs again.
But, would rsync under any circumstances,
2003 Dec 02
2
rsync 2.5.6 with ssh to a remote server
Hi,
I would like to use the new interface style:
rsync --rsh="ssh -l username -i key" <src>
username@host::module,
however I get "reset by peer" errors. Can someone give some
suggestions, please? Do I need to provide a symlink to the
/etc/rysncd.conf file from within the user's dir?
Note, I have the groups set to same as user and the
group exists. Where does the command string go for the
single use ssh-key in relation to the key?
On one line, this is what I have in .ssh/authorized_keys
for this key, but the command string doesn'...