Donald Arseneau wrote:
Viv Kendon <[EMAIL PROTECTED]> writes:
using (say) rsync tunneling through ssh? It looks (from the man pages) like it ought to be possible, but rsync needs some extra flags, and I can't find a way to give them to fink...
e.g., updating from the remote server,
rsync -a --rsh=ssh [EMAIL PROTECTED]:remote/path/ local/path
If you run this unattended, you should set up your ssh keys to allow this remote connection without password (or passphrase).
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
