ubuntu:cloning_an_ubuntu_server_to_a_virtual_machine_for_testing
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
ubuntu:cloning_an_ubuntu_server_to_a_virtual_machine_for_testing [2019/05/27 13:47] – doug | ubuntu:cloning_an_ubuntu_server_to_a_virtual_machine_for_testing [2019/05/27 13:47] (current) – doug | ||
---|---|---|---|
Line 14: | Line 14: | ||
'' | '' | ||
- | sudo tar --exclude=/ | + | sudo tar ––exclude=/ |
This may not be the cleanest or safest way to do it, but I was able to do it while the system was live and it was only for testing. Note that I excluded some system directories that don't matter. | This may not be the cleanest or safest way to do it, but I was able to do it while the system was live and it was only for testing. Note that I excluded some system directories that don't matter. | ||
Line 21: | Line 21: | ||
'' | '' | ||
- | sudo mount --bind / /tmp/blah\\ | + | sudo mount ––bind / /tmp/blah\\ |
cd /tmp/blah\\ | cd /tmp/blah\\ | ||
sudo tar -cf dev.tar dev\\ | sudo tar -cf dev.tar dev\\ | ||
Line 36: | Line 36: | ||
'' | '' | ||
- | sudo mount --bind / / | + | sudo mount ––bind / / |
On the computer where the backup will be stored: | On the computer where the backup will be stored: | ||
Line 98: | Line 98: | ||
'' | '' | ||
- | for f in dev dev/pts proc sys ; do mount --bind /$f / | + | for f in dev dev/pts proc sys ; do mount ––bind /$f / |
chroot /tmp/root\\ | chroot /tmp/root\\ | ||
dpkg-reconfigure grub-pc'' | dpkg-reconfigure grub-pc'' |
ubuntu/cloning_an_ubuntu_server_to_a_virtual_machine_for_testing.txt · Last modified: 2019/05/27 13:47 by doug