https://bbs.deepin.org/post/30690
Very interesting Tutorial
This tutorial have saved me several times in the past from many problems and as I am a person that try new things still it does. For example after upgrade from 15 to 15.1 I had some issues, by going back and doing again the upgrade now this issues are gone. I will wait a little before I correct them at the user feedback.
https://bbs.deepin.org/post/30690
This tutorial have saved me several times in the past from many problems and as I am a person that ...
Personally I like Clonezilla , has many advanced features like check file system before saving or restoring and network solutions. Always nice to review the good command line methods.
1) boot to live usb (any live is ok)
2) open terminal
3) mount /dev/sdb1 /mnt (i mount my drive partition where i want my backup)
4) sudo cp /dev/sdc /mnt/deepin.iso (i copy device /dev/sdc to deepin.iso)
i have my system with all settings on it
and restore
1) boot to live usb
2) mount /dev/sdb1 /mnt
3) sudo cp /mnt/deepin.iso /dev/sdc
that's all
tar -cpzf /backup/sistem.tar.gz / --exclude="/dev/*" --exclude="/proc/*" --exclude="/sys/*" --exclude="/tmp/*" --exclude="/run/*" --exclude="/mnt/*" --exclude="/media/*" --exclude="/backup/*" --exclude="/boot/*" --exclude="/etc/fstab" --exclude="lost+found"
with that I have full backup of system without some not needed system maps, to restore I do just this:
1) boot to live cd
2) mount /dev/sdb1 /mnt (where i have archive)
3) mkdir sistem
4) mount /dev/sdc sistem (whre i want restore)
5) tar -xvpzf /mnt/sistem.tar.gz -C sistem --numeric-owner
in short ;)
https://bbs.deepin.org/post/30690
Over the years I have found its best to Clone the root partition and backup the Home partition.
I also thought about this but there is one problem if configuration files are damaged, for example Firefox extensions and so on, there is a very big trouble to find and solve them. What I have doen because I have many OS on my laptop, I have a very big partition with the music and other files and I use it as a common store for downloads etc for all the operating systems. The more compact are things more easily to handle them.
https://bbs.deepin.org/post/30690
I also thought about this but there is one problem if configuration files are damaged, for example ...
Yes that is true as well as some other configuration files I normally after first install clone home just one time just in case the home partition gets too messed up.Then I do regular Clone of the root.
Hi to all,
I would make a backup of my deepin 15.1.1, but after giving the command as in the guide I have these errors:http://imgur.com/uCfgcZS
Now I know that my actually HD is not very fit, but I had installed deepin on this hard drive to be able to try this before use it permanently on the good HD.
Now I have my deepin perfectly configured and I do not want to install it from the beginning, there is a way to make a copy and then put it on the good HD?
thanks very much
https://bbs.deepin.org/post/30690
Hi to all,
I would make a backup of my deepin 15.1.1, but after giving the command as in the guide I ...
Hi, As mentioned above I like Clonezilla as it has a lot of advanced features and will do what you want provided your good hard drive is the same size are larger. Command line methods can work also but they are more for advanced Linux users.
I would recommend doing a fresh install to your good hard drive. As you mentioned the original hard drive not very fit , and the time learning and using these clone methods can be just as time consuming as a fresh install that is more likely to work better.
The partition of my deepin15.1.1 is 35Gb but I use only 8,5Gb and the Backup file is only 3,5Gb, the target partition in the good HD is 25Gb, enough for deepin but the checking size stop everything....
can you help me?
Thanks
https://bbs.deepin.org/post/30690
Hi dance707, I have used Clonezilla, now backup is done.... but I can't it restored because: Target ...
Hi, As I mentioned earlier your good hard drive needs to be same size or larger and that I would recommend doing a fresh install of Deepin instead of clone.
I have not used the -C option my self but from what I read it must be passed to the partclone program. If the information I read is still current the bash script should be named ocs-sr and line 490 should read like the first line and add -C so the line reads like the following line, then save exit to gui and run wizard again
PARTCLONE_RESTORE_OPT="$PARTCLONE_RESTORE_OPT_INIT -N"
PARTCLONE_RESTORE_OPT="$PARTCLONE_RESTORE_OPT_INIT -C -N"
Dance sorry but I have not understood where I schould change the option...
https://bbs.deepin.org/post/30690
Dance sorry but I have not understood where I schould change the option...
Hi Zisco ,The home page of the project list the limitations and one of them are. The destination partition must be equal or larger than the source one. The -C option refers to a way to modify a line in the bash script of the partclone program for advanced users that know how to find and modify bash scripts. I have used this good software for years and never needed that option, maybe you can find more detailed information on this non standard option from them or the internet.


The wonders of drift hunters can be seen if you drive a sports car to its limit while pressing the brake and letting the car skid in a controlled way.

La formation en gestion d'entreprise est essentielle pour quiconque souhaite devenir un gestionnaire d'entreprise performant. Grâce à la formation, les gestionnaires apprennent les compétences essentielles dont ils ont besoin pour diriger et gérer efficacement une entreprise. Ces compétences comprennent la gestion financière, la gestion des ressources humaines, le marketing et la gestion des opérations. En outre, les gestionnaires apprennent également à élaborer et à mettre en œuvre des plans stratégiques, à prévoir les tendances futures et à prendre des décisions sous pression. Sans ces compétences essentielles, il serait très difficile pour les gestionnaires de gérer une entreprise avec succès. La formation en gestion d'entreprise fournit aux gestionnaires les outils dont ils ont besoin pour réussir dans le monde des affaires hautement compétitif d'aujourd'hui. formation gestion d'entreprise

Sushi Restaurant, Asian Food Restaurant, Best Restaurant Baden Baden. japanese restaurant
We do the backup by using the command dd and format img.gzip.
1) Instead sda9 which is my own partition of my operating system, the corresponding yours. You can find yours by
3) Made the destination backup folder on a different sector (partition)of the hard drive or an external storage. After making that folder right click that folder copy and paste to replace part of my own example, where the folder is Lenovo5030 [/media /LAPTOPSTORE/Lenovo5030],with the corresponding yours.
After you add the name of the image that you want to give[xxxxxxx.img.gz]at the example is Deepin-15.1.img.gz. So your command will look like this.
Ifit is ready your command now copy and paste into the Terminal.