diff --git a/bin/backup b/bin/backup index e271a5f..d0b6eba 100644 --- a/bin/backup +++ b/bin/backup @@ -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", ]