aboutsummaryrefslogtreecommitdiffstats
path: root/arch-system
Commit message (Collapse)AuthorAgeFilesLines
* arch-system: borgbackup: check connection with sshTharre2018-06-142-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 scriptedTharre2018-05-302-2/+5
|
* arch-system: borgbackup: add -p when interactiveTharre2018-05-292-2/+6
|
* arch-system: run borgbackup with lower CPU/IO prioTharre2018-05-062-1/+4
|
* arch-system: borgbackup: break locks before backupTharre2018-05-052-2/+4
|
* arch-system: borgbackup: check network statusTharre2018-05-052-5/+16
|
* arch-system: add hook for modprobe.d rebuildingTharre2018-05-052-0/+14
|
* arch-system: update i915 module optionsTharre2018-05-052-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 packageTharre2018-03-276-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 wheelTharre2018-02-261-1/+1
|
* arch-system: add sysctl.conf (REISUB)Tharre2018-02-062-1/+4
|
* arch-system: initial commitTharre2018-01-2210-0/+222