I have an older, but large enough capacity (282GB free space), external hard drive. I would like to backup my Kubuntu 14.04 and personal files. How do I go about doing this?
Thanks
Thanks
dpkg --get-selections > /home/username/installed_programs.txt
apt update dpkg --set-selections < /home/username/installed_programs.txt apt-get dselect-upgrade
Comment