Fix incorrect command
This commit is contained in:
parent
1ae1acb062
commit
6cd970711f
@ -46,8 +46,8 @@ EXTRA_RSYNC_OPTS = {
|
|||||||
# ----- File Options -----
|
# ----- File Options -----
|
||||||
CONFIG_DIR = "/etc/rbackup"
|
CONFIG_DIR = "/etc/rbackup"
|
||||||
FILE_OPTS = [
|
FILE_OPTS = [
|
||||||
f"--include-from={CONFIG_DIR}/etc-include.conf",
|
f"--files-from={CONFIG_DIR}/etc-include.conf",
|
||||||
f"--include-from={CONFIG_DIR}/system-include.conf",
|
f"--files-from={CONFIG_DIR}/system-include.conf",
|
||||||
f"--exclude-from={CONFIG_DIR}/home-exclude.conf",
|
f"--exclude-from={CONFIG_DIR}/home-exclude.conf",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user