From 1ae1acb06217e4440458a7e490967d8d7d87d53d Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Wed, 10 Apr 2019 19:30:16 -0700 Subject: [PATCH] Fix incorrect command --- bin/backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ]