Author: el_kab0ng
Date: 20-05-03 17:18
/usr/local/bin/rsync -e ssh -avz --stats --delete susan@ducky::www /home/dan/test --password-file /home/dan/test/rsync.password
Shouldn't that be:
/usr/local/bin/rsync -e ssh -avz --stats --delete susan@ducky:www /home/dan/test --password-file /home/dan/test/rsync.password
Notice the single : instead of 2. SSH uses the :/path/to/remote option, so it doesn't read the rsyncd.conf module on the remote machine.
|
|