Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | arch-system: borgbackup: check connection with ssh | Tharre | 2018-06-14 | 2 | -13/+9 |
| | | | | | | 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 | 2 | -2/+5 |
| | |||||
* | arch-system: borgbackup: add -p when interactive | Tharre | 2018-05-29 | 2 | -2/+6 |
| | |||||
* | arch-system: run borgbackup with lower CPU/IO prio | Tharre | 2018-05-06 | 2 | -1/+4 |
| | |||||
* | arch-system: borgbackup: break locks before backup | Tharre | 2018-05-05 | 2 | -2/+4 |
| | |||||
* | arch-system: borgbackup: check network status | Tharre | 2018-05-05 | 2 | -5/+16 |
| | |||||
* | arch-system: add hook for modprobe.d rebuilding | Tharre | 2018-05-05 | 2 | -0/+14 |
| | |||||
* | arch-system: update i915 module options | Tharre | 2018-05-05 | 2 | -2/+2 |
| | | | | | | enable_fbc=1: already enabled by default enable_rc6: already enabled by default modeset: keep it at -1, kernel will enable it by default | ||||
* | arch-system: add backup-system package | Tharre | 2018-03-27 | 6 | -1/+144 |
| | | | | | | | | | 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. | ||||
* | arch-system: fix sudoers.d ordering of wheel | Tharre | 2018-02-26 | 1 | -1/+1 |
| | |||||
* | arch-system: add sysctl.conf (REISUB) | Tharre | 2018-02-06 | 2 | -1/+4 |
| | |||||
* | arch-system: initial commit | Tharre | 2018-01-22 | 10 | -0/+222 |