search for: rsync_passwd

Displaying 3 results from an estimated 3 matches for "rsync_passwd".

Did you mean: rsync_password
2002 Jul 29
2
--password-file switch
How can I use the --password-file switch with rsync in order not to be promted for the users password so I can run rsync in a cronjob? rsync -uavrpog -e ssh /www root@domain.tld:/DESTINATION/`date +%A` --password-file=/quellen/RSYNC_PASSWD does not work! I always get a prompt to enter users root password! -- Jochen Kaechelin
2002 Jan 19
1
Rsync through proxy using HTTP Basic Authentication?
...on the firewall, but there's no way to specify a username/password combo. The error message reported by rsync is "bad response from proxy - HTTP/1.1 401 Authentication required", which is not unexpected, under the circumstances. If I'm reading the manual correctly, the USER and RSYNC_PASSWD environment variables only affect rsync's authentication to the remote rsync server. With many apps, you'd specify http_proxy_user and http_proxy_pass in your environment, but this doesn't seem to work with rsync. (The fact that it's not mentioned in the manual made this a thin ho...
2003 Jan 15
2
Latest --files-from patch
If anyone is trying out my --files-from patch, please grab a new version from here: http://www.clari.net/~wayne/rsync-files-from.patch I fixed a potential bug in the pathname-reading code when pulling files. This version also sanitizes all read pathnames, as discussed elsewhere. Remember that this patch is still young, so use it for testing only. ..wayne..