From 115958407206f8364b14bb631af8316d44d2a7ff Mon Sep 17 00:00:00 2001 From: Razvan Marescu Date: Mon, 6 Dec 2010 21:08:49 -0800 Subject: [PATCH] fixing LOG_FILE to include the hour (%H) --- dt-s3-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dt-s3-backup.sh b/dt-s3-backup.sh index 53000e8..2afd982 100755 --- a/dt-s3-backup.sh +++ b/dt-s3-backup.sh @@ -96,7 +96,7 @@ CLEAN_UP_VARIABLE="2" # 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-%M`.txt" +LOG_FILE="duplicity-`date +%Y-%m-%d_%H-%M`.txt" LOG_FILE_OWNER="foobar_user_name:foobar_user_name" VERBOSITY="-v3"