Mirror/Backup from SSH/SFTP to Windows

Posted by Andrew Russell on Super User See other posts from Super User or by Andrew Russell
Published on 2010-05-07T07:49:28Z Indexed on 2010/05/07 7:59 UTC
Read the original article Hit count: 344

Filed under:
|
|
|
|

What I am trying to do is mirror a directory (recursively) from a server I can SSH/SFTP to, to a Windows machine. I want to do this as part of a script, so it can be automated.

I only want to copy new or modified files. I don't want to have to download all the files every time the script runs.

In other words, I'm trying to get the equivalent of RoboCopy /MIR that will work using SFTP as a source.

What would you recommend?

© Super User or respective owner

Related posts about sftp

Related posts about Windows