Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | arch-system: borgbackup: check connection with ssh | Tharre | 2018-06-14 | 1 | -12/+8 |
| | | | | | | Networkmanager isn't really all that reliable, and we actually don't want to depend on it anyway. So trying to connect via ssh is the better thing to do. | ||||
* | arch-system: borgbackup: only notify when scripted | Tharre | 2018-05-30 | 1 | -1/+4 |
| | |||||
* | arch-system: borgbackup: add -p when interactive | Tharre | 2018-05-29 | 1 | -1/+5 |
| | |||||
* | arch-system: borgbackup: break locks before backup | Tharre | 2018-05-05 | 1 | -1/+3 |
| | |||||
* | arch-system: borgbackup: check network status | Tharre | 2018-05-05 | 1 | -4/+15 |
| | |||||
* | arch-system: add backup-system package | Tharre | 2018-03-27 | 1 | -0/+65 |
This implements fully automated, hourly backups of my /home via borgbackup, btrfs and systemd timers. Note that `setup_borgbackup`, a related function that is part of my dotfiles, is needed to setup backups for the first time, as well as a call to `borg init` with the proper environment variables. |