- Accueil
- » Forum
- » Archives
- » anglo backup
Pages : 1
#1 Le 04/11/2005, à 10:42
- jrev
anglo backup
Bonjour à tous,
Que pensez-vous du backup de notre ami sur le forum anglais d'Ubuntu ?
"Now I use linux for half a year now, and from the beginning I learned the dd command
I boot from an other linux partition (or knoppix/dsl cd)
Code:
mount /dev/sda2 /mnt/sda2 dd if=/dev/zero of=/mnt/sda2/bigfile # this is to write zero's to all empty space. It can take a while (depending on the size of your partition) sync rm /mnt/sda2/bigfile sync umount /mnt/sda2 mount /mnt/sda3 dd if=/dev/sda2 | gzip -c > /mnt/sda3/newBackup/backup-ubuntu-5.10-x.img.gz
I use this for half a year now... and I realy love this, cus it combines the best of the other two above!
Edit: I'm sorry, I forgot to mention... if you take a backup, there comes a moment you want to put the backup back (boot from a knoppixcd or something like that):
Code:
mount /mnt/sda3 gzip -cd /mnt/sda3/newBackup/backup-ubuntu-5.10-x.img.gz | dd of=/dev/sda2"
Je n'ai pas compris les détails ni l'intérêt de ce backup ...
Dernière modification par jrev (Le 04/11/2005, à 10:43)
Mal nommer les choses, c'est ajouter au malheur du monde
Hors ligne
#2 Le 04/11/2005, à 10:49
- szdavid
Re : anglo backup
perso, je n'aime pas le principe de devoir rebooter pour faire un backup
Hors ligne
#3 Le 04/11/2005, à 13:33
- jrev
Re : anglo backup
que préconises-tu alors ?
Je viens de faire un backup avec :
https://wiki.ubuntu.com/BackupYourSystem
et je me trouve avec un fichier backup.tgz de 1014,2 Mo que j'aimerais bien couper en deux pour pouvoir graver 2 CD-rw
est-ce possible ?
merci de vos suggestions
Mal nommer les choses, c'est ajouter au malheur du monde
Hors ligne
#4 Le 04/11/2005, à 14:13
- szdavid
Re : anglo backup
perso, j'utilise d'une part rsync et, d'autre part, mondo (avec une préférence pour ce dernier mais pour récupérer UN fichier qu'on aurait effacé par mégarde, ça fait trop usine à gaz pour ça)
Hors ligne
Pages : 1