From 8b6b1da7a6b3ed576253ca042bcf178899939b11 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 10 Apr 2019 20:41:56 -0700 Subject: [PATCH] Change file paths --- bin/backup | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/backup b/bin/backup index d054f24..da85776 100644 --- a/bin/backup +++ b/bin/backup @@ -47,8 +47,7 @@ EXTRA_RSYNC_OPTS = { # ----- File Options ----- CONFIG_DIR = "/etc/rbackup" FILE_OPTS = [ - f"--files-from={CONFIG_DIR}/etc-include.conf", - f"--files-from={CONFIG_DIR}/system-include.conf", + f"--files-from={CONFIG_DIR}/include-paths.conf", f"--exclude-from={CONFIG_DIR}/home-exclude.conf", ]