Is it possible to backup a running Debian system to some kind of image file that could simply be written back to another hard disk using dd in case of failures of the original (backed up) debian system? I am especially looking for a tool directly available in the repositories, as I have debian wheezy running on a raspberry pi and therefore need support for the ARM architecture, which is given quite reliable for packages of the debian repositories. Thanks for any hint!
|
Use If you want to keep the partitioning as well, you can dump that with |
|||||
|
|
For a device like the Raspberry Pi, I'd back up as follows, assuming an MS-DOS partition table and that the disk is /dev/sda:
You can then compress the lot and leave it somewhere safe. To restore, you'd use The upsides:
The downsides
|
|||
|
|
|
Check out Clonezilla. I see it listed in the standard Debian repos. http://clonezilla.org/ Edit: Probably not, Clonezilla list requirements on their front page: "X86 or x86-64 processor" |
|||
|
|