From 6c6387705250f6fbe7175ea1b17126ccb87f7c13 Mon Sep 17 00:00:00 2001 From: zertrin Date: Fri, 25 Mar 2016 20:00:39 +0100 Subject: [PATCH] one last cleaning in the conf file with shellcheck --- duplicity-backup.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duplicity-backup.conf.example b/duplicity-backup.conf.example index 763a818..b48dd08 100644 --- a/duplicity-backup.conf.example +++ b/duplicity-backup.conf.example @@ -354,7 +354,7 @@ CLEAN_UP_VARIABLE="4" # just makes it easier for me to read them and delete them as needed. LOGDIR="/home/foobar_user_name/logs/test2/" -LOG_FILE="duplicity-`date +%Y-%m-%d_%H-%M`.txt" +LOG_FILE="duplicity-$(date +%Y-%m-%d_%H-%M).txt" LOG_FILE_OWNER="foobar_user_name:foobar_user_name" # Note that if the configured LOGDIR does not exist it will be created