11-14-2020, 06:11 PM
tar czf home_bak.tgz /home/<username>
sudo tar czf etc_bak.tgz /etc
tar xzf when you need them. 99% of the time works without issues, including encryption keys and passwords. The other 1% you are usually aware what the issues will be
HTH
LF
sudo tar czf etc_bak.tgz /etc
tar xzf when you need them. 99% of the time works without issues, including encryption keys and passwords. The other 1% you are usually aware what the issues will be
HTH
LF