Change file paths

This commit is contained in:
Eric Torres 2019-04-10 20:41:56 -07:00
parent d27ac9cdb2
commit 8b6b1da7a6

View File

@ -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",
]