What I want exactly is a hard drive to hard drive incremental backup, not an image file. The original HDD has three partitons - ext3, linux-swap, and NTFS. What would be the easiest way to do this free?
feedback
|
|
Freebyte backup does incremental backups and is free software.
| ||||
feedback
|
|
There is a great article on Backing up Linux and other Unix(-like) systems that is really worth the read. Maybe Dar is what you're looking for - Full featured archiver with support for differential backups, slices, compression, ATTR/ACL support. DAR also supports Pipes for remote operations, including with ssh. | ||||
|
feedback
|
|
It looks like you're needing something like Clonezilla (http://clonezilla.org/). It doesn't perform an incremental backup like you had mentioned wanting, but I haven't seen any other imaging software that actually only copies incremental files. Also, if you were needing an incremental backup solution for the ext3 partition from Windows, you'll of course need to be able to access the partition with something like http://www.fs-driver.org/index.html or http://www.chrysocome.net/explore2fs. After that, you should be able to do incremental backups with SyncBack SE (http://www.2brightsparks.com/freeware/). I'm not sure of a way to access the swap partition though unless explore2fs or the ext2 driver for Windows allows that as well. | |||
|
feedback
|
