How do I pull a backup from a Linux server to my Windows PC using rsync?

Posted by Nogwater on Server Fault See other posts from Server Fault or by Nogwater
Published on 2010-06-04T15:41:18Z Indexed on 2010/06/05 17:42 UTC
Read the original article Hit count: 131

Filed under:
|
|
|
|

I'm currently using sftp to download nightly backups (.tar.gz) from my web host to my desktop computer. I think I'd like to switch to rsync to minimize the bandwidth (and time). I have cygwin installed on my PC, but don't use it for much. I have shell access to my web host via ssh (PuTTY).

Let's say my source directory is myserver.com:/home/username/backups/, I want to grab all of the .tar.gz files from there, and I want to save them to C:\Backups\ locally.

© Server Fault or respective owner

Related posts about linux

Related posts about Windows