add packages available for restauration

This commit is contained in:
Gregory Colpart 2018-08-25 00:01:26 +02:00
parent 83155a8de4
commit 81e79b1aaa

View file

@ -165,6 +165,7 @@ if [ "$SYSTEM" = "linux" ]; then
## List Debian packages
dpkg -l >/home/backup/packages
dpkg --get-selections >/home/backup/packages.getselections
apt-cache dumpavail >/home/backup/packages.available
else
## Dump network connections with netstat
netstat -finet -atn >/home/backup/netstat.out