SyncToy with Incremental backups?

Vai

Vai

Soldato
Joined
18 Oct 2002
Posts
3,347
I love SyncToy, but wish it did Incremental backups, does anyone know of a tool which is very similar to SyncToy but with it?
 
If you're syncing files then why not try Robocopy ? It just copy's the data that's changed across, while it's not advanced enough to only do the bytes that change it does take a hell of a lot less time than doing a full backup.
 
The Rsync based Deltacopy works on block level changes to individual files - its pretty efficient at keeping changing files in sync.
 
If you're syncing files then why not try Robocopy ? It just copy's the data that's changed across, while it's not advanced enough to only do the bytes that change it does take a hell of a lot less time than doing a full backup.

I already use Robocopy to sync my files to my server when I shutdown :)
This would be used as an additional backup run once a week/month to an external drive I will keep at work.
As I only need ~30gb backed up, if I bought a 120gb drive I could keep quite a long snapshot history of my files with an incremental backup.

The SyncbackSE program looks quite good, and has a nice UI. Is it possible to keep the program on an external drive without needing to install it if I reinstall Windows?

[edit]
When I say incremental, I mean it would keep a history/snapshot of the directory's, rather than just sync to a folder. So I could view a certain date and see the files as they were at that time (revisions of documents and such). I might of used the wrong term to describe that.
Does
 
Last edited:
Back
Top Bottom