From 2dffc26d2fb3067b74626aaeb29420c73ee68c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= Date: Mon, 1 Aug 2016 22:23:36 +0200 Subject: Fix bug in tar usage --- backuper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backuper.sh') 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 } -- cgit v1.2.3