Fast howto: Weekly backup of your home dir with systemd timers and duplicity
Posted onDisclaimer: “Fast howto” means in my world just dumping my config files for everyone to use, explanations are optional. 🙂 Hint: duplicity is very good in encrypting your backuped data, but my backup data disks are already encrypted through luks, so I’m not using this feature! /etc/systemd/system/homeBackup.timer [Unit] Description=weekly full home directory backup [Timer] […]