Which program for incremental file sync?

Soldato
Joined
18 Oct 2002
Posts
15,713
Location
North Wales
Hi,

I'm currently playing with FreeFileSync, but wondering if there are any alternatives I should check out first?

I need it to copy new files to a backup folder once a week, and delete old (deleted) files when needed.
 
I'm found freefilesync to be perfect. Offers all the customisation I need whilst not being over complicated.
 
I've been using bvckup2 for mine (it's not free though) and that does real time sync, it backups everytime it sees a change in selected folders. In fact I'd highly recommend it if you're ok with paying for the software. Combined with file history/shadow copy which is built in with windows it's pretty secure solution without going cloud, although it does require some extra hard drive space :(

As a side note, does any of those options do realtime sync, curiosity before getting another copy of bvckup2 for my other pc.
 
robocopy /mir "c:\source folder" "d:\destination folder"

Write that in notepad, save it as 'backup.bat', then double click it.

Run the bat file any time you want to do the backup task.

It will copy new/updated files only and will delete removed files.
 
Back
Top Bottom