Looking to backup my laptop hdd with clonezilla but concerned about data loss
I have an external HDD with 2 partitions, with one having more than enough space for cloning. if I clone the main partition, will it successfully transfer to the new partition or will the whole external harddrive be deleted and overwritten? i came across and warning and it confused me, so i just want to double check
hard-drive partitioning backup clonezilla
add a comment |
I have an external HDD with 2 partitions, with one having more than enough space for cloning. if I clone the main partition, will it successfully transfer to the new partition or will the whole external harddrive be deleted and overwritten? i came across and warning and it confused me, so i just want to double check
hard-drive partitioning backup clonezilla
DD can create an image of another partition on any partition you choose. If you accidentally, restore an image to the wrong partition, then data loss is possible
– Ramhound
Feb 2 at 6:26
add a comment |
I have an external HDD with 2 partitions, with one having more than enough space for cloning. if I clone the main partition, will it successfully transfer to the new partition or will the whole external harddrive be deleted and overwritten? i came across and warning and it confused me, so i just want to double check
hard-drive partitioning backup clonezilla
I have an external HDD with 2 partitions, with one having more than enough space for cloning. if I clone the main partition, will it successfully transfer to the new partition or will the whole external harddrive be deleted and overwritten? i came across and warning and it confused me, so i just want to double check
hard-drive partitioning backup clonezilla
hard-drive partitioning backup clonezilla
asked Feb 2 at 6:19
FernandezFernandez
33
33
DD can create an image of another partition on any partition you choose. If you accidentally, restore an image to the wrong partition, then data loss is possible
– Ramhound
Feb 2 at 6:26
add a comment |
DD can create an image of another partition on any partition you choose. If you accidentally, restore an image to the wrong partition, then data loss is possible
– Ramhound
Feb 2 at 6:26
DD can create an image of another partition on any partition you choose. If you accidentally, restore an image to the wrong partition, then data loss is possible
– Ramhound
Feb 2 at 6:26
DD can create an image of another partition on any partition you choose. If you accidentally, restore an image to the wrong partition, then data loss is possible
– Ramhound
Feb 2 at 6:26
add a comment |
1 Answer
1
active
oldest
votes
Clonezilla is a powerful tool, and it can be complex. It should be possible to clone one partition into an image and store that image on a larger partition on the same drive, if you choose the correct options.
The Clonezilla web page has an example that is very close to your case. You would just change step 9 so that you choose "saveparts" instead of "savedisk", and choose the correct source partition. The documentation is here:
https://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/01_Save_disk_image
I have found Clonezilla to be relatively good about helping me avoid mistakes, but it is a bit complex, and it is powerful, so you should be careful when using it. I would suggest taking a backup using a method you are already comfortable with before getting started, just to be careful.
what would be the main benefit to backing up a partition as an image via cloning?
– Fernandez
Feb 2 at 16:39
A restored image is exactly identical (all of the timestamps, permissions, etc.) to the original. Image style backups aren't as good at partial backups (images tend to result in larger backup sizes for incremental backups) or restores (a little harder to do partial restores), but they are typically a lot simpler to execute (the backup software is simpler and thus may be more reliable). What made you look at Clonezilla, and what other options have you considered?
– Slartibartfast
Feb 2 at 20:26
Well I first came across it looking to migrate a small 70gb to a bigger 750gb many years back but I think the software I used for that was possibly from easus and not clonezilla. The first thing I thought of was clonezilla ths time because I thought that was what I used initially. I just wanted a decent way to backup my drive before I tried to refresh or do anything else.
– Fernandez
Feb 3 at 5:49
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%2f1401239%2flooking-to-backup-my-laptop-hdd-with-clonezilla-but-concerned-about-data-loss%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 is a powerful tool, and it can be complex. It should be possible to clone one partition into an image and store that image on a larger partition on the same drive, if you choose the correct options.
The Clonezilla web page has an example that is very close to your case. You would just change step 9 so that you choose "saveparts" instead of "savedisk", and choose the correct source partition. The documentation is here:
https://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/01_Save_disk_image
I have found Clonezilla to be relatively good about helping me avoid mistakes, but it is a bit complex, and it is powerful, so you should be careful when using it. I would suggest taking a backup using a method you are already comfortable with before getting started, just to be careful.
what would be the main benefit to backing up a partition as an image via cloning?
– Fernandez
Feb 2 at 16:39
A restored image is exactly identical (all of the timestamps, permissions, etc.) to the original. Image style backups aren't as good at partial backups (images tend to result in larger backup sizes for incremental backups) or restores (a little harder to do partial restores), but they are typically a lot simpler to execute (the backup software is simpler and thus may be more reliable). What made you look at Clonezilla, and what other options have you considered?
– Slartibartfast
Feb 2 at 20:26
Well I first came across it looking to migrate a small 70gb to a bigger 750gb many years back but I think the software I used for that was possibly from easus and not clonezilla. The first thing I thought of was clonezilla ths time because I thought that was what I used initially. I just wanted a decent way to backup my drive before I tried to refresh or do anything else.
– Fernandez
Feb 3 at 5:49
add a comment |
Clonezilla is a powerful tool, and it can be complex. It should be possible to clone one partition into an image and store that image on a larger partition on the same drive, if you choose the correct options.
The Clonezilla web page has an example that is very close to your case. You would just change step 9 so that you choose "saveparts" instead of "savedisk", and choose the correct source partition. The documentation is here:
https://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/01_Save_disk_image
I have found Clonezilla to be relatively good about helping me avoid mistakes, but it is a bit complex, and it is powerful, so you should be careful when using it. I would suggest taking a backup using a method you are already comfortable with before getting started, just to be careful.
what would be the main benefit to backing up a partition as an image via cloning?
– Fernandez
Feb 2 at 16:39
A restored image is exactly identical (all of the timestamps, permissions, etc.) to the original. Image style backups aren't as good at partial backups (images tend to result in larger backup sizes for incremental backups) or restores (a little harder to do partial restores), but they are typically a lot simpler to execute (the backup software is simpler and thus may be more reliable). What made you look at Clonezilla, and what other options have you considered?
– Slartibartfast
Feb 2 at 20:26
Well I first came across it looking to migrate a small 70gb to a bigger 750gb many years back but I think the software I used for that was possibly from easus and not clonezilla. The first thing I thought of was clonezilla ths time because I thought that was what I used initially. I just wanted a decent way to backup my drive before I tried to refresh or do anything else.
– Fernandez
Feb 3 at 5:49
add a comment |
Clonezilla is a powerful tool, and it can be complex. It should be possible to clone one partition into an image and store that image on a larger partition on the same drive, if you choose the correct options.
The Clonezilla web page has an example that is very close to your case. You would just change step 9 so that you choose "saveparts" instead of "savedisk", and choose the correct source partition. The documentation is here:
https://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/01_Save_disk_image
I have found Clonezilla to be relatively good about helping me avoid mistakes, but it is a bit complex, and it is powerful, so you should be careful when using it. I would suggest taking a backup using a method you are already comfortable with before getting started, just to be careful.
Clonezilla is a powerful tool, and it can be complex. It should be possible to clone one partition into an image and store that image on a larger partition on the same drive, if you choose the correct options.
The Clonezilla web page has an example that is very close to your case. You would just change step 9 so that you choose "saveparts" instead of "savedisk", and choose the correct source partition. The documentation is here:
https://clonezilla.org/show-live-doc-content.php?topic=clonezilla-live/doc/01_Save_disk_image
I have found Clonezilla to be relatively good about helping me avoid mistakes, but it is a bit complex, and it is powerful, so you should be careful when using it. I would suggest taking a backup using a method you are already comfortable with before getting started, just to be careful.
answered Feb 2 at 7:01
SlartibartfastSlartibartfast
6,40621724
6,40621724
what would be the main benefit to backing up a partition as an image via cloning?
– Fernandez
Feb 2 at 16:39
A restored image is exactly identical (all of the timestamps, permissions, etc.) to the original. Image style backups aren't as good at partial backups (images tend to result in larger backup sizes for incremental backups) or restores (a little harder to do partial restores), but they are typically a lot simpler to execute (the backup software is simpler and thus may be more reliable). What made you look at Clonezilla, and what other options have you considered?
– Slartibartfast
Feb 2 at 20:26
Well I first came across it looking to migrate a small 70gb to a bigger 750gb many years back but I think the software I used for that was possibly from easus and not clonezilla. The first thing I thought of was clonezilla ths time because I thought that was what I used initially. I just wanted a decent way to backup my drive before I tried to refresh or do anything else.
– Fernandez
Feb 3 at 5:49
add a comment |
what would be the main benefit to backing up a partition as an image via cloning?
– Fernandez
Feb 2 at 16:39
A restored image is exactly identical (all of the timestamps, permissions, etc.) to the original. Image style backups aren't as good at partial backups (images tend to result in larger backup sizes for incremental backups) or restores (a little harder to do partial restores), but they are typically a lot simpler to execute (the backup software is simpler and thus may be more reliable). What made you look at Clonezilla, and what other options have you considered?
– Slartibartfast
Feb 2 at 20:26
Well I first came across it looking to migrate a small 70gb to a bigger 750gb many years back but I think the software I used for that was possibly from easus and not clonezilla. The first thing I thought of was clonezilla ths time because I thought that was what I used initially. I just wanted a decent way to backup my drive before I tried to refresh or do anything else.
– Fernandez
Feb 3 at 5:49
what would be the main benefit to backing up a partition as an image via cloning?
– Fernandez
Feb 2 at 16:39
what would be the main benefit to backing up a partition as an image via cloning?
– Fernandez
Feb 2 at 16:39
A restored image is exactly identical (all of the timestamps, permissions, etc.) to the original. Image style backups aren't as good at partial backups (images tend to result in larger backup sizes for incremental backups) or restores (a little harder to do partial restores), but they are typically a lot simpler to execute (the backup software is simpler and thus may be more reliable). What made you look at Clonezilla, and what other options have you considered?
– Slartibartfast
Feb 2 at 20:26
A restored image is exactly identical (all of the timestamps, permissions, etc.) to the original. Image style backups aren't as good at partial backups (images tend to result in larger backup sizes for incremental backups) or restores (a little harder to do partial restores), but they are typically a lot simpler to execute (the backup software is simpler and thus may be more reliable). What made you look at Clonezilla, and what other options have you considered?
– Slartibartfast
Feb 2 at 20:26
Well I first came across it looking to migrate a small 70gb to a bigger 750gb many years back but I think the software I used for that was possibly from easus and not clonezilla. The first thing I thought of was clonezilla ths time because I thought that was what I used initially. I just wanted a decent way to backup my drive before I tried to refresh or do anything else.
– Fernandez
Feb 3 at 5:49
Well I first came across it looking to migrate a small 70gb to a bigger 750gb many years back but I think the software I used for that was possibly from easus and not clonezilla. The first thing I thought of was clonezilla ths time because I thought that was what I used initially. I just wanted a decent way to backup my drive before I tried to refresh or do anything else.
– Fernandez
Feb 3 at 5:49
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%2f1401239%2flooking-to-backup-my-laptop-hdd-with-clonezilla-but-concerned-about-data-loss%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
DD can create an image of another partition on any partition you choose. If you accidentally, restore an image to the wrong partition, then data loss is possible
– Ramhound
Feb 2 at 6:26