Split etc-include and system-include config files

This commit is contained in:
Eric Torres 2019-04-12 09:59:02 -07:00
parent 9a7fd2fb83
commit ef129cb288
2 changed files with 12 additions and 7 deletions

View File

@ -1,9 +1,9 @@
# ==================================================================
## Files in /etc are backed up on the basis of a whitelist ## Files in /etc are backed up on the basis of a whitelist
## Any desired files need to be included in this file
## Paths should be provided relative to / ## Paths should be provided relative to /
## i.e. /etc/NetworkManager/NetworkManager.conf -> etc/NetworkManager/NetworkManager.conf ## i.e. /etc/NetworkManager/NetworkManager.conf -> etc/NetworkManager/NetworkManager.conf
# ==================================================================
# ========== /etc ===========
etc/NetworkManager etc/NetworkManager
etc/apparmor.d etc/apparmor.d
etc/default/tlp etc/default/tlp
@ -20,8 +20,3 @@ etc/sysctl.d
etc/systemd etc/systemd
etc/updatedb.conf etc/updatedb.conf
etc/zsh etc/zsh
# ========== System Paths ==========
boot/loader
home
var/lib/pacman

View File

@ -0,0 +1,10 @@
# ==================================================================
## Files on the system are backed up on the basis of a whitelist
## Any other desired files need to be included in this file
## Paths should be provided relative to /
## i.e. /etc/NetworkManager/NetworkManager.conf -> etc/NetworkManager/NetworkManager.conf
# ==================================================================
boot/loader
home
var/lib/pacman