Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | arch-system: backup system updates | Tharre | 2023-04-25 | 1 | -3/+8 |
| | |||||
* | arch-system: fix a couple small things | Tharre | 2021-12-18 | 1 | -1/+1 |
| | |||||
* | arch-system: borgbackup: use snapshot timestamps | Tharre | 2019-02-09 | 1 | -0/+1 |
| | | | | | | | | | Previously, a archive would get the timestamp of the time it was uploaded, instead of the time when the snapshot was created. This is problematic, since archives are pruned by this timestamp, meaning if multiple archives are uploaded together most of them would be pruned immediately after. | ||||
* | arch-system: add backup-system package | Tharre | 2018-03-27 | 1 | -0/+34 |
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. |