aboutsummaryrefslogtreecommitdiffstats
path: root/backuper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'backuper.sh')
-rw-r--r--backuper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/backuper.sh b/backuper.sh
index a354c06..775b38a 100644
--- a/backuper.sh
+++ b/backuper.sh
@@ -275,7 +275,7 @@ start_command() {
echo "$COMMAND" | /usr/bin/time -f "$(time_fmt "Backup took")" $REMOTE $GENERATE sh -s > "$RUNDIR"/fifo_0
else
## Exclude keep without quotes
- /usr/bin/time -f "$(time_fmt "Backup took")" $REMOTE $GENERATE tar c --preserve-permissions $EXCLUDE "$PLACES" > "$RUNDIR"/fifo_0
+ /usr/bin/time -f "$(time_fmt "Backup took")" $REMOTE $GENERATE tar c --preserve-permissions $EXCLUDE $PLACES > "$RUNDIR"/fifo_0
fi
}