FileSync
-
I recently wrote my own file syncing program and thought I would share it. It's a basic one-way sync program I use for syncing files from my pc to an external hdd, but with some 'special' features: - detects file renames by comparing file size and last modified date, so it doesn't have to delete / re-copy renamed files. This saves a lot of time if the renamed files are big. - gives you a choice of external copying programs (Unstoppable Copier / TeraCopy) or the standard Windows copy process - saving and loading of folder pairs Some polish is still required (e.g. select all / none) for the checkboxes), but it is fully functional. Get it from here and let me know if it has been useful.
-
I recently wrote my own file syncing program and thought I would share it. It's a basic one-way sync program I use for syncing files from my pc to an external hdd, but with some 'special' features: - detects file renames by comparing file size and last modified date, so it doesn't have to delete / re-copy renamed files. This saves a lot of time if the renamed files are big. - gives you a choice of external copying programs (Unstoppable Copier / TeraCopy) or the standard Windows copy process - saving and loading of folder pairs Some polish is still required (e.g. select all / none) for the checkboxes), but it is fully functional. Get it from here and let me know if it has been useful.