Diff for "MailingListFAQs/CloningandBackups"


Differences between revisions 1 and 2
Revision 1 as of 2009-04-23 18:08:53
Size: 1999
Editor: map-hv-fw
Comment: first commit
Revision 2 as of 2009-05-21 13:40:40
Size: 2101
Editor: map-hv-fw
Comment: added link to ReinstallingSamePackages
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:

See also [[https://help.ubuntu.com/community/ReinstallingSamePackages|Reinstalling Same Packages]]

Cloning And System Backups

There are many many options here. Consider this only a brief introduction to the possibilities.

Cloning Installed Software

To replicate your packages selection on another machine (or restore it if re-installing), you can do

aptitude --display-format '%p' search'?installed!?automatic' > ~/my-packages

move the file "my-packages" to the other machine, and there type

sudo xargs aptitude --schedule-only install < my-packages ; sudo aptitude install

See also Reinstalling Same Packages

Complete System Imaging

Backups

There are many ways to back your system up.

These are commonly used for large installations/enterprises and can be used for home users as well.

Rsync based tools are handy, quick and can save space when combined with hard links like

And there are many many more options like these

MailingListFAQs/CloningandBackups (last edited 2011-04-10 19:13:08 by 78-105-201-166)