fixing LOG_FILE to include the hour (%H)
This commit is contained in:
parent
56b5f5bf2f
commit
1159584072
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ CLEAN_UP_VARIABLE="2"
|
||||||
# just makes it easier for me to read them and delete them as needed.
|
# just makes it easier for me to read them and delete them as needed.
|
||||||
|
|
||||||
LOGDIR="/home/foobar_user_name/logs/test2/"
|
LOGDIR="/home/foobar_user_name/logs/test2/"
|
||||||
LOG_FILE="duplicity-`date +%Y-%m-%d-%M`.txt"
|
LOG_FILE="duplicity-`date +%Y-%m-%d_%H-%M`.txt"
|
||||||
LOG_FILE_OWNER="foobar_user_name:foobar_user_name"
|
LOG_FILE_OWNER="foobar_user_name:foobar_user_name"
|
||||||
VERBOSITY="-v3"
|
VERBOSITY="-v3"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue