search for: rsyncpwd

Displaying 1 result from an estimated 1 matches for "rsyncpwd".

Did you mean: rsyncpw
2004 Jan 28
1
rsync error using ssh : @ERROR: access denied to server.domain.com from unknown (0.0.0.0) {Scanned By MailScanner}
...auth users = someone,root secrets file = /etc/rsync.d/rsync.secrets I use the --rsh=ssh option to use a ssh protocol A typical script contains: #!/bin/ash PATH=/usr/local/bin:/bin:/usr/bin ### Setting user USER=root echo Synchronizing Website #echo rsync --rsh=ssh \ --password-file=/root/.rsyncpwd \ --compress --recursive --times --perms --links --owner --group \ --include "web_order*" --include "web_user.*" --include "web_user_c*" --include "web_user_h*" \ --include "web_user_l*" --include "web_org*" --include "web_in*&quo...