smart backup from ftp

shmu26

Estimable
Feb 18, 2014
117
0
4,660
there is a set of files on a website that I access by FTP.
I copied the whole set to my PC, for a backup.
Now I am looking for a way to make a smart backup of those files.
In other words, a system that will identify changes in the set of files on the website, and back up to my PC only the changes.
any ideas?
 
Solution
rsync is open-source software that does this. Installed on almost anything *nix based and I'm pretty sure has a windows version too. Will do a compressed differential copy - extremely efficient.
rsync is open-source software that does this. Installed on almost anything *nix based and I'm pretty sure has a windows version too. Will do a compressed differential copy - extremely efficient.
 
Solution


thanks. I will have to try that out!
It looks like the windows free barebones edition is called: cwRsync Free Edition
https://www.itefix.net/content/cwrsync-free-edition
hope it isn't too challenging to set up, for non-coders like myself...