Fix incorrect command

This commit is contained in:
Eric Torres 2019-04-10 19:30:16 -07:00
parent 4651edecbf
commit 1ae1acb062

View File

@ -48,7 +48,7 @@ CONFIG_DIR = "/etc/rbackup"
FILE_OPTS = [
f"--include-from={CONFIG_DIR}/etc-include.conf",
f"--include-from={CONFIG_DIR}/system-include.conf",
f"--exclude-from{CONFIG_DIR}/home-exclude.conf",
f"--exclude-from={CONFIG_DIR}/home-exclude.conf",
]