Split etc-include and system-include config files
This commit is contained in:
parent
9a7fd2fb83
commit
ef129cb288
@ -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
|
|
10
rbackup/config/system-include.conf
Normal file
10
rbackup/config/system-include.conf
Normal 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
|
Loading…
x
Reference in New Issue
Block a user