Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

What are the right commands for making a backup image for primary boot partition ?

user-image
Question ajoutée par Utilisateur supprimé
Date de publication: 2014/02/21
Mohamad Basel ZAHED
par Mohamad Basel ZAHED , Linux System Administrator , Visual Meta GmbH

Dear Hesham,

 

you can always use dd command  to make backup image of any partition, like the following example

dd if=/dev/sda1 of=/Path/backup.sda1.img bs=1M conv=noerror

 

tip: you can use gzip to compress the image

dd if=/dev/sda1 bs=1M conv=noerror| gzip -c  > /Path/backup.sda1.img

 

good luck

More Questions Like This

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?