Answer the question
In order to leave comments, you need to log in
Stupidly copy Ubuntu?
Please tell me how to stupidly copy Ubuntu?
Tomorrow I wanted to reinstall the axis, put windows 7 on the screw as well, and fix the partition sizes a little.
Therefore, today I wanted to copy all the data, but something does not work out.
I mounted the ntfs partition on a network computer, I thought I could get by with stupid copying, but there were a lot of errors, from simply not being able to copy symbolic links to other similar ones.
How would you easily make a copy of the OS files?
Answer the question
In order to leave comments, you need to log in
Come from LiveCD and copy partitions with ubuntu: dd if=/dev/ваши_разделы of=/media/внешний_диск
. You need to log in with liveseed so that it gives access to the root. Perhaps there is a more elegant solution. Read at the same time man dd. You may need additional options.
Use Remastersys .
Allows you to create an installation disk with all your packages and data.
Partimage, can archive on the fly, makes a copy of any unmounted partition, then can roll it back
After reading the title, I decided that the question was about BolgenOS
Alternatively, you could put the whole section in a .tar and compress it with something (gzip/bzip2/whatever you like).
Although I don’t quite understand why this is necessary, I usually copy only the configs (and even then not always) and the home folder.
I just did this yesterday. Also changed the partition size. True, I copied only the home folder, and then not all of it. I used tar, the archive also wrote over the network to a Windows machine.
First, like you, I mounted the ntfs partition and started archiving. I look, the transmission speed over the network does not rise above 2.2 Mb / s. I did not understand what was the matter, and began to pour through nc. Quite another matter, all 100 megabits were used completely!
tar -cpsf - --totals /home/username | nc 192.168.0.55 9999
I just copied the home folder and reinstalled the system. To return all programs used dpkg --get-selections --set-selections
There are many options, most of which have already been described above. I personally get by with simple copying, but for this I mount the root in a separate folder so that it doesn’t swear on / dev / proc / sys. well, after transferring the files, I install grub2 on the partition where I transferred it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question