diff --git a/bin/backup b/bin/backup index d0b6eba..ad1a712 100644 --- a/bin/backup +++ b/bin/backup @@ -46,8 +46,8 @@ EXTRA_RSYNC_OPTS = { # ----- File Options ----- CONFIG_DIR = "/etc/rbackup" FILE_OPTS = [ - f"--include-from={CONFIG_DIR}/etc-include.conf", - f"--include-from={CONFIG_DIR}/system-include.conf", + f"--files-from={CONFIG_DIR}/etc-include.conf", + f"--files-from={CONFIG_DIR}/system-include.conf", f"--exclude-from={CONFIG_DIR}/home-exclude.conf", ]