/backup-scripts

My backup scripts

Primary LanguageShellISC LicenseISC

Backup Scripts

GitHub Workflow Status (branch)

Install

make install

systemctl enable --now system-backup.timer
systemctl enable --now package-list-backup.timer

Uninstall

systemctl disable --now system-backup.timer
systemctl disable --now package-list-backup.timer

make uninstall