Wiki » Linux » Debian »
dpkg --get-selections | grep -v deinstall | awk '{print $1}' > /tmp/mylist.txt apt install -y $(cat /tmp/mylist.txt) apt autoremove tar zcvf - /etc | pv | ssh nas "cat > /backups/macbook/etc.tar.gz"