Created
August 6, 2010 16:51
-
-
Save snim2/511608 to your computer and use it in GitHub Desktop.
How to backup / restore a Debian based Linux system, used, for example, when moving to a new machine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ dpkg --get-selections > ~/Dropbox/installed-packages.log |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ sudo dpkg --set-selections < ~/Dropbox/installed-packages.log | |
| $ sudo apt-get install dselect | |
| $ sudo dselect # Press 'i' then 'enter' to install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment