Also create a cron script running daily to backup a list of installed packages using this command
dpkg --get-selections > ~/package.selectionsWhen restoring a backup simply do
sudo dpkg --set-selections ~/package.selections && apt-get dselect-upgradeafter you have readded sources from your sources.list and restored the /home folder
No comments:
Post a Comment