ashleynewson / trackup

Create crash-consistent disk image backups without using COW snapshots
MIT License
0 stars 0 forks source link

TrackUp

Create crash-consistent whole disk or raw partition backups without having to use a copy-on-write snapshot.

Please read the advantages and especially disadvantages listed below before attempting to use this software.

How it works

TrackUp keeps track of modifications to block devices as they are being copied. Data which has been modified during the copy process is marked as dirty and will be copied again later. This process is repeated until the copy holds an up-to-date mirror image of the original block device.

Is TrackUp right for me?

Advantages

Disadvantages (WARNING)