partclone, ntfsclone, partimage, G4L: compatibility and feature set
I have a very specific use case for which I am looking into Linux-based backup solutions that can be used to back up (not necessarily clone) and restore a Windows system (XP through 8.1 must be supported).
The idea is to use PXE (e.g. through DRBL) in order to boot an array of machines which is used for test runs. These test runs are largely automated, but every once in a while a machine will lock up and that's taken care of by having a network-controlled power supply.
The options I have been looking at are:
Clonezilla, based on partclone
- ntfsclone, part of ntfs-3g (
ntfsclone(8)
) - partimage
- G4L
Now, I am not asking for a comparison of these programs. But what I am interested in is the compatibility between each other (obviously Clonezilla and partclone will be compatible) with respect to the image format.
Another aspect is how the respective solutions can be automated out of the box. Of course I can also go and write a shell script, but even for that I'll need a program that can be used from the command line.
So my questions:
- How compatible are the image formats created by the four mentioned programs (partclone, ntfsclone, partimage or G4L)?
- Which of them can be automated out of the box?
- Which of them have no program that I can control from the command line?
linux backup ntfs clonezilla ntfs-3g
add a comment |
I have a very specific use case for which I am looking into Linux-based backup solutions that can be used to back up (not necessarily clone) and restore a Windows system (XP through 8.1 must be supported).
The idea is to use PXE (e.g. through DRBL) in order to boot an array of machines which is used for test runs. These test runs are largely automated, but every once in a while a machine will lock up and that's taken care of by having a network-controlled power supply.
The options I have been looking at are:
Clonezilla, based on partclone
- ntfsclone, part of ntfs-3g (
ntfsclone(8)
) - partimage
- G4L
Now, I am not asking for a comparison of these programs. But what I am interested in is the compatibility between each other (obviously Clonezilla and partclone will be compatible) with respect to the image format.
Another aspect is how the respective solutions can be automated out of the box. Of course I can also go and write a shell script, but even for that I'll need a program that can be used from the command line.
So my questions:
- How compatible are the image formats created by the four mentioned programs (partclone, ntfsclone, partimage or G4L)?
- Which of them can be automated out of the box?
- Which of them have no program that I can control from the command line?
linux backup ntfs clonezilla ntfs-3g
Side-note: partimage is the least desirable, so an answer can skip that one.
– 0xC0000022L
Oct 11 '13 at 9:34
(1) Why are you looking for interoperability between various backup programs? Why don't you just use one backup program? Clonezilla is pretty efficient. (2) Do you need a live backup (to backup files while the system is actively working)?
– Savvas Radevic
Oct 11 '13 at 9:36
@medigeek: easy, because the different programs offer different options, although they overlap in large parts.
– 0xC0000022L
Oct 11 '13 at 11:07
add a comment |
I have a very specific use case for which I am looking into Linux-based backup solutions that can be used to back up (not necessarily clone) and restore a Windows system (XP through 8.1 must be supported).
The idea is to use PXE (e.g. through DRBL) in order to boot an array of machines which is used for test runs. These test runs are largely automated, but every once in a while a machine will lock up and that's taken care of by having a network-controlled power supply.
The options I have been looking at are:
Clonezilla, based on partclone
- ntfsclone, part of ntfs-3g (
ntfsclone(8)
) - partimage
- G4L
Now, I am not asking for a comparison of these programs. But what I am interested in is the compatibility between each other (obviously Clonezilla and partclone will be compatible) with respect to the image format.
Another aspect is how the respective solutions can be automated out of the box. Of course I can also go and write a shell script, but even for that I'll need a program that can be used from the command line.
So my questions:
- How compatible are the image formats created by the four mentioned programs (partclone, ntfsclone, partimage or G4L)?
- Which of them can be automated out of the box?
- Which of them have no program that I can control from the command line?
linux backup ntfs clonezilla ntfs-3g
I have a very specific use case for which I am looking into Linux-based backup solutions that can be used to back up (not necessarily clone) and restore a Windows system (XP through 8.1 must be supported).
The idea is to use PXE (e.g. through DRBL) in order to boot an array of machines which is used for test runs. These test runs are largely automated, but every once in a while a machine will lock up and that's taken care of by having a network-controlled power supply.
The options I have been looking at are:
Clonezilla, based on partclone
- ntfsclone, part of ntfs-3g (
ntfsclone(8)
) - partimage
- G4L
Now, I am not asking for a comparison of these programs. But what I am interested in is the compatibility between each other (obviously Clonezilla and partclone will be compatible) with respect to the image format.
Another aspect is how the respective solutions can be automated out of the box. Of course I can also go and write a shell script, but even for that I'll need a program that can be used from the command line.
So my questions:
- How compatible are the image formats created by the four mentioned programs (partclone, ntfsclone, partimage or G4L)?
- Which of them can be automated out of the box?
- Which of them have no program that I can control from the command line?
linux backup ntfs clonezilla ntfs-3g
linux backup ntfs clonezilla ntfs-3g
edited Oct 11 '13 at 11:06
Savvas Radevic
971512
971512
asked Oct 11 '13 at 9:04
0xC0000022L0xC0000022L
3,37463767
3,37463767
Side-note: partimage is the least desirable, so an answer can skip that one.
– 0xC0000022L
Oct 11 '13 at 9:34
(1) Why are you looking for interoperability between various backup programs? Why don't you just use one backup program? Clonezilla is pretty efficient. (2) Do you need a live backup (to backup files while the system is actively working)?
– Savvas Radevic
Oct 11 '13 at 9:36
@medigeek: easy, because the different programs offer different options, although they overlap in large parts.
– 0xC0000022L
Oct 11 '13 at 11:07
add a comment |
Side-note: partimage is the least desirable, so an answer can skip that one.
– 0xC0000022L
Oct 11 '13 at 9:34
(1) Why are you looking for interoperability between various backup programs? Why don't you just use one backup program? Clonezilla is pretty efficient. (2) Do you need a live backup (to backup files while the system is actively working)?
– Savvas Radevic
Oct 11 '13 at 9:36
@medigeek: easy, because the different programs offer different options, although they overlap in large parts.
– 0xC0000022L
Oct 11 '13 at 11:07
Side-note: partimage is the least desirable, so an answer can skip that one.
– 0xC0000022L
Oct 11 '13 at 9:34
Side-note: partimage is the least desirable, so an answer can skip that one.
– 0xC0000022L
Oct 11 '13 at 9:34
(1) Why are you looking for interoperability between various backup programs? Why don't you just use one backup program? Clonezilla is pretty efficient. (2) Do you need a live backup (to backup files while the system is actively working)?
– Savvas Radevic
Oct 11 '13 at 9:36
(1) Why are you looking for interoperability between various backup programs? Why don't you just use one backup program? Clonezilla is pretty efficient. (2) Do you need a live backup (to backup files while the system is actively working)?
– Savvas Radevic
Oct 11 '13 at 9:36
@medigeek: easy, because the different programs offer different options, although they overlap in large parts.
– 0xC0000022L
Oct 11 '13 at 11:07
@medigeek: easy, because the different programs offer different options, although they overlap in large parts.
– 0xC0000022L
Oct 11 '13 at 11:07
add a comment |
1 Answer
1
active
oldest
votes
Clonezilla
You're looking for a way to create an unattended backup, i.e. a less interactive way that does not include the command line. I've never tried an unattended setup/configuration, but Clonezilla has what you need, but you need to configure it in a "nerdy way" (i.e. you need to know how to use the program through command line/terminal):
- http://clonezilla.org/fine-print-live-doc.php?path=./clonezilla-live/doc/05_Preseed_options_to_do_job_after_booting/00-modify-syslinux-isolinux-cfg.doc#00-modify-syslinux-isolinux-cfg.doc
- http://clonezilla.org/fine-print-live-doc.php?path=./clonezilla-live/doc/05_Preseed_options_to_do_job_after_booting/01-preseed-options.doc#01-preseed-options.doc
http://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/99_Misc/00_live-boot-parameters.doc (find available boot parameters and which config file you need to prepare)
If you setup the kernel boot parameters properly on "Clonezilla live" you can get a fully automated backup solution, tailored to your needs.
Deja-dup and duplicity
On the other hand, if you're looking for a GUI to make backups of files (not images), is deja-dup (gui) and duplicity (command line) is your definite answer.
You can boot from a Ubuntu Live CD (or a Live USB if you want to preserve changes) or you can install Ubuntu on every PC and use it as an "OS" that serves only for backups.
duplicity works through rsync. It uses incremental and full backups every now and then in order to avoid long incremental chains.
Here's a review: http://www.howtogeek.com/108869/how-to-back-up-ubuntu-the-easy-way-with-dj-dup/
From the Storage pane, you can customize where Déjà Dup puts your
backups. If you back up to Ubuntu One (and have set up Ubuntu One on
your computer) your backup will be accessible from any computer, so
you can easily restore your personal data on any Linux system. You can
also back up to other types of remote servers, including FTP, SSH,
WebDAV, and Windows shared folders. Déjà Dup’s encryption protects
your data with a password you provide.
The local folder option can back up your data to an external drive or
other local storage device. Putting the backup on the same drive as
the original files is a bad idea — you’ll lose both the backup and the
originals if the drive fails.
Not just backup, the restore process ought to be automated as well in this case :)
– 0xC0000022L
Oct 11 '13 at 12:36
Clonezilla asks you to create a restore CD/DVD/USB: clonezilla-sysresccd.hellug.gr/restore.html // rmprepusb.com/tutorials/clonezilla -- You will have to become accustomed to the command line and syslinux customization in order to do what you want though.
– Savvas Radevic
Oct 11 '13 at 12:50
Deja-dup also has a restore function: linuxstall.com/backup-ubuntu-11-10-using-deja-dup-backup-tool (scroll down) -- It asks the user where's the backup and where to restore it to.
– Savvas Radevic
Oct 11 '13 at 12:57
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f657442%2fpartclone-ntfsclone-partimage-g4l-compatibility-and-feature-set%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Clonezilla
You're looking for a way to create an unattended backup, i.e. a less interactive way that does not include the command line. I've never tried an unattended setup/configuration, but Clonezilla has what you need, but you need to configure it in a "nerdy way" (i.e. you need to know how to use the program through command line/terminal):
- http://clonezilla.org/fine-print-live-doc.php?path=./clonezilla-live/doc/05_Preseed_options_to_do_job_after_booting/00-modify-syslinux-isolinux-cfg.doc#00-modify-syslinux-isolinux-cfg.doc
- http://clonezilla.org/fine-print-live-doc.php?path=./clonezilla-live/doc/05_Preseed_options_to_do_job_after_booting/01-preseed-options.doc#01-preseed-options.doc
http://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/99_Misc/00_live-boot-parameters.doc (find available boot parameters and which config file you need to prepare)
If you setup the kernel boot parameters properly on "Clonezilla live" you can get a fully automated backup solution, tailored to your needs.
Deja-dup and duplicity
On the other hand, if you're looking for a GUI to make backups of files (not images), is deja-dup (gui) and duplicity (command line) is your definite answer.
You can boot from a Ubuntu Live CD (or a Live USB if you want to preserve changes) or you can install Ubuntu on every PC and use it as an "OS" that serves only for backups.
duplicity works through rsync. It uses incremental and full backups every now and then in order to avoid long incremental chains.
Here's a review: http://www.howtogeek.com/108869/how-to-back-up-ubuntu-the-easy-way-with-dj-dup/
From the Storage pane, you can customize where Déjà Dup puts your
backups. If you back up to Ubuntu One (and have set up Ubuntu One on
your computer) your backup will be accessible from any computer, so
you can easily restore your personal data on any Linux system. You can
also back up to other types of remote servers, including FTP, SSH,
WebDAV, and Windows shared folders. Déjà Dup’s encryption protects
your data with a password you provide.
The local folder option can back up your data to an external drive or
other local storage device. Putting the backup on the same drive as
the original files is a bad idea — you’ll lose both the backup and the
originals if the drive fails.
Not just backup, the restore process ought to be automated as well in this case :)
– 0xC0000022L
Oct 11 '13 at 12:36
Clonezilla asks you to create a restore CD/DVD/USB: clonezilla-sysresccd.hellug.gr/restore.html // rmprepusb.com/tutorials/clonezilla -- You will have to become accustomed to the command line and syslinux customization in order to do what you want though.
– Savvas Radevic
Oct 11 '13 at 12:50
Deja-dup also has a restore function: linuxstall.com/backup-ubuntu-11-10-using-deja-dup-backup-tool (scroll down) -- It asks the user where's the backup and where to restore it to.
– Savvas Radevic
Oct 11 '13 at 12:57
add a comment |
Clonezilla
You're looking for a way to create an unattended backup, i.e. a less interactive way that does not include the command line. I've never tried an unattended setup/configuration, but Clonezilla has what you need, but you need to configure it in a "nerdy way" (i.e. you need to know how to use the program through command line/terminal):
- http://clonezilla.org/fine-print-live-doc.php?path=./clonezilla-live/doc/05_Preseed_options_to_do_job_after_booting/00-modify-syslinux-isolinux-cfg.doc#00-modify-syslinux-isolinux-cfg.doc
- http://clonezilla.org/fine-print-live-doc.php?path=./clonezilla-live/doc/05_Preseed_options_to_do_job_after_booting/01-preseed-options.doc#01-preseed-options.doc
http://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/99_Misc/00_live-boot-parameters.doc (find available boot parameters and which config file you need to prepare)
If you setup the kernel boot parameters properly on "Clonezilla live" you can get a fully automated backup solution, tailored to your needs.
Deja-dup and duplicity
On the other hand, if you're looking for a GUI to make backups of files (not images), is deja-dup (gui) and duplicity (command line) is your definite answer.
You can boot from a Ubuntu Live CD (or a Live USB if you want to preserve changes) or you can install Ubuntu on every PC and use it as an "OS" that serves only for backups.
duplicity works through rsync. It uses incremental and full backups every now and then in order to avoid long incremental chains.
Here's a review: http://www.howtogeek.com/108869/how-to-back-up-ubuntu-the-easy-way-with-dj-dup/
From the Storage pane, you can customize where Déjà Dup puts your
backups. If you back up to Ubuntu One (and have set up Ubuntu One on
your computer) your backup will be accessible from any computer, so
you can easily restore your personal data on any Linux system. You can
also back up to other types of remote servers, including FTP, SSH,
WebDAV, and Windows shared folders. Déjà Dup’s encryption protects
your data with a password you provide.
The local folder option can back up your data to an external drive or
other local storage device. Putting the backup on the same drive as
the original files is a bad idea — you’ll lose both the backup and the
originals if the drive fails.
Not just backup, the restore process ought to be automated as well in this case :)
– 0xC0000022L
Oct 11 '13 at 12:36
Clonezilla asks you to create a restore CD/DVD/USB: clonezilla-sysresccd.hellug.gr/restore.html // rmprepusb.com/tutorials/clonezilla -- You will have to become accustomed to the command line and syslinux customization in order to do what you want though.
– Savvas Radevic
Oct 11 '13 at 12:50
Deja-dup also has a restore function: linuxstall.com/backup-ubuntu-11-10-using-deja-dup-backup-tool (scroll down) -- It asks the user where's the backup and where to restore it to.
– Savvas Radevic
Oct 11 '13 at 12:57
add a comment |
Clonezilla
You're looking for a way to create an unattended backup, i.e. a less interactive way that does not include the command line. I've never tried an unattended setup/configuration, but Clonezilla has what you need, but you need to configure it in a "nerdy way" (i.e. you need to know how to use the program through command line/terminal):
- http://clonezilla.org/fine-print-live-doc.php?path=./clonezilla-live/doc/05_Preseed_options_to_do_job_after_booting/00-modify-syslinux-isolinux-cfg.doc#00-modify-syslinux-isolinux-cfg.doc
- http://clonezilla.org/fine-print-live-doc.php?path=./clonezilla-live/doc/05_Preseed_options_to_do_job_after_booting/01-preseed-options.doc#01-preseed-options.doc
http://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/99_Misc/00_live-boot-parameters.doc (find available boot parameters and which config file you need to prepare)
If you setup the kernel boot parameters properly on "Clonezilla live" you can get a fully automated backup solution, tailored to your needs.
Deja-dup and duplicity
On the other hand, if you're looking for a GUI to make backups of files (not images), is deja-dup (gui) and duplicity (command line) is your definite answer.
You can boot from a Ubuntu Live CD (or a Live USB if you want to preserve changes) or you can install Ubuntu on every PC and use it as an "OS" that serves only for backups.
duplicity works through rsync. It uses incremental and full backups every now and then in order to avoid long incremental chains.
Here's a review: http://www.howtogeek.com/108869/how-to-back-up-ubuntu-the-easy-way-with-dj-dup/
From the Storage pane, you can customize where Déjà Dup puts your
backups. If you back up to Ubuntu One (and have set up Ubuntu One on
your computer) your backup will be accessible from any computer, so
you can easily restore your personal data on any Linux system. You can
also back up to other types of remote servers, including FTP, SSH,
WebDAV, and Windows shared folders. Déjà Dup’s encryption protects
your data with a password you provide.
The local folder option can back up your data to an external drive or
other local storage device. Putting the backup on the same drive as
the original files is a bad idea — you’ll lose both the backup and the
originals if the drive fails.
Clonezilla
You're looking for a way to create an unattended backup, i.e. a less interactive way that does not include the command line. I've never tried an unattended setup/configuration, but Clonezilla has what you need, but you need to configure it in a "nerdy way" (i.e. you need to know how to use the program through command line/terminal):
- http://clonezilla.org/fine-print-live-doc.php?path=./clonezilla-live/doc/05_Preseed_options_to_do_job_after_booting/00-modify-syslinux-isolinux-cfg.doc#00-modify-syslinux-isolinux-cfg.doc
- http://clonezilla.org/fine-print-live-doc.php?path=./clonezilla-live/doc/05_Preseed_options_to_do_job_after_booting/01-preseed-options.doc#01-preseed-options.doc
http://clonezilla.org/fine-print-live-doc.php?path=clonezilla-live/doc/99_Misc/00_live-boot-parameters.doc (find available boot parameters and which config file you need to prepare)
If you setup the kernel boot parameters properly on "Clonezilla live" you can get a fully automated backup solution, tailored to your needs.
Deja-dup and duplicity
On the other hand, if you're looking for a GUI to make backups of files (not images), is deja-dup (gui) and duplicity (command line) is your definite answer.
You can boot from a Ubuntu Live CD (or a Live USB if you want to preserve changes) or you can install Ubuntu on every PC and use it as an "OS" that serves only for backups.
duplicity works through rsync. It uses incremental and full backups every now and then in order to avoid long incremental chains.
Here's a review: http://www.howtogeek.com/108869/how-to-back-up-ubuntu-the-easy-way-with-dj-dup/
From the Storage pane, you can customize where Déjà Dup puts your
backups. If you back up to Ubuntu One (and have set up Ubuntu One on
your computer) your backup will be accessible from any computer, so
you can easily restore your personal data on any Linux system. You can
also back up to other types of remote servers, including FTP, SSH,
WebDAV, and Windows shared folders. Déjà Dup’s encryption protects
your data with a password you provide.
The local folder option can back up your data to an external drive or
other local storage device. Putting the backup on the same drive as
the original files is a bad idea — you’ll lose both the backup and the
originals if the drive fails.
answered Oct 11 '13 at 12:22
Savvas RadevicSavvas Radevic
971512
971512
Not just backup, the restore process ought to be automated as well in this case :)
– 0xC0000022L
Oct 11 '13 at 12:36
Clonezilla asks you to create a restore CD/DVD/USB: clonezilla-sysresccd.hellug.gr/restore.html // rmprepusb.com/tutorials/clonezilla -- You will have to become accustomed to the command line and syslinux customization in order to do what you want though.
– Savvas Radevic
Oct 11 '13 at 12:50
Deja-dup also has a restore function: linuxstall.com/backup-ubuntu-11-10-using-deja-dup-backup-tool (scroll down) -- It asks the user where's the backup and where to restore it to.
– Savvas Radevic
Oct 11 '13 at 12:57
add a comment |
Not just backup, the restore process ought to be automated as well in this case :)
– 0xC0000022L
Oct 11 '13 at 12:36
Clonezilla asks you to create a restore CD/DVD/USB: clonezilla-sysresccd.hellug.gr/restore.html // rmprepusb.com/tutorials/clonezilla -- You will have to become accustomed to the command line and syslinux customization in order to do what you want though.
– Savvas Radevic
Oct 11 '13 at 12:50
Deja-dup also has a restore function: linuxstall.com/backup-ubuntu-11-10-using-deja-dup-backup-tool (scroll down) -- It asks the user where's the backup and where to restore it to.
– Savvas Radevic
Oct 11 '13 at 12:57
Not just backup, the restore process ought to be automated as well in this case :)
– 0xC0000022L
Oct 11 '13 at 12:36
Not just backup, the restore process ought to be automated as well in this case :)
– 0xC0000022L
Oct 11 '13 at 12:36
Clonezilla asks you to create a restore CD/DVD/USB: clonezilla-sysresccd.hellug.gr/restore.html // rmprepusb.com/tutorials/clonezilla -- You will have to become accustomed to the command line and syslinux customization in order to do what you want though.
– Savvas Radevic
Oct 11 '13 at 12:50
Clonezilla asks you to create a restore CD/DVD/USB: clonezilla-sysresccd.hellug.gr/restore.html // rmprepusb.com/tutorials/clonezilla -- You will have to become accustomed to the command line and syslinux customization in order to do what you want though.
– Savvas Radevic
Oct 11 '13 at 12:50
Deja-dup also has a restore function: linuxstall.com/backup-ubuntu-11-10-using-deja-dup-backup-tool (scroll down) -- It asks the user where's the backup and where to restore it to.
– Savvas Radevic
Oct 11 '13 at 12:57
Deja-dup also has a restore function: linuxstall.com/backup-ubuntu-11-10-using-deja-dup-backup-tool (scroll down) -- It asks the user where's the backup and where to restore it to.
– Savvas Radevic
Oct 11 '13 at 12:57
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f657442%2fpartclone-ntfsclone-partimage-g4l-compatibility-and-feature-set%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Side-note: partimage is the least desirable, so an answer can skip that one.
– 0xC0000022L
Oct 11 '13 at 9:34
(1) Why are you looking for interoperability between various backup programs? Why don't you just use one backup program? Clonezilla is pretty efficient. (2) Do you need a live backup (to backup files while the system is actively working)?
– Savvas Radevic
Oct 11 '13 at 9:36
@medigeek: easy, because the different programs offer different options, although they overlap in large parts.
– 0xC0000022L
Oct 11 '13 at 11:07