lboecker / backup-scripts

My backup scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My backup scripts

License:ISC License


Languages

Language:Shell 73.6%Language:Makefile 26.4%