Re: Recommendations on how to setup an automated remote backup with WinSCP.
Sorry, but your questions are very broad. This is not a right forum for such questions.
So I'm just going to answer the only WinSCP-specific questions:
Enormous number of files/directories and huge files: WinSCP does not have any specific limit. But if latency is high, it can take lot of time for WinSCP to find the differences.
Block-level synchronization: In general this is possible with SFTP. But it requires a server that does support block-level checksums (the
So I'm just going to answer the only WinSCP-specific questions:
Enormous number of files/directories and huge files: WinSCP does not have any specific limit. But if latency is high, it can take lot of time for WinSCP to find the differences.
Block-level synchronization: In general this is possible with SFTP. But it requires a server that does support block-level checksums (the
check-file*
extension). That excludes the most common SFTP server, the OpenSSH, and many others. And WinSCP does not support block-level synchronization anyway, particularly because lack of server-side support.