one last cleaning in the conf file with shellcheck
This commit is contained in:
parent
3797960809
commit
6c63877052
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue