Also the equivalent in debian is to backup a list of installed programs and to restore is;
dpkg --get-selections > backup.txt
apt-get install $(< backup.txt)
Also the equivalent in debian is to backup a list of installed programs and to restore is;
dpkg --get-selections > backup.txt
apt-get install $(< backup.txt)