From ef129cb28889fb7c714b02015668108009344d4b Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Fri, 12 Apr 2019 09:59:02 -0700 Subject: [PATCH] Split etc-include and system-include config files --- .../config/{include-paths.conf => etc-include.conf} | 9 ++------- rbackup/config/system-include.conf | 10 ++++++++++ 2 files changed, 12 insertions(+), 7 deletions(-) rename rbackup/config/{include-paths.conf => etc-include.conf} (74%) create mode 100644 rbackup/config/system-include.conf diff --git a/rbackup/config/include-paths.conf b/rbackup/config/etc-include.conf similarity index 74% rename from rbackup/config/include-paths.conf rename to rbackup/config/etc-include.conf index 9984b05..c66a64c 100644 --- a/rbackup/config/include-paths.conf +++ b/rbackup/config/etc-include.conf @@ -1,9 +1,9 @@ +# ================================================================== ## 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 / ## i.e. /etc/NetworkManager/NetworkManager.conf -> etc/NetworkManager/NetworkManager.conf +# ================================================================== -# ========== /etc =========== etc/NetworkManager etc/apparmor.d etc/default/tlp @@ -20,8 +20,3 @@ etc/sysctl.d etc/systemd etc/updatedb.conf etc/zsh - -# ========== System Paths ========== -boot/loader -home -var/lib/pacman diff --git a/rbackup/config/system-include.conf b/rbackup/config/system-include.conf new file mode 100644 index 0000000..f5ee87a --- /dev/null +++ b/rbackup/config/system-include.conf @@ -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