From 4130af9540388e3107df364095fdd91fb4c3c49f Mon Sep 17 00:00:00 2001 From: Tobias Kaupat Date: Wed, 6 Feb 2019 11:20:16 +0100 Subject: [PATCH] Update backup.sh log restic repository and AWS ID --- backup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 21434e6..6a19b36 100755 --- a/backup.sh +++ b/backup.sh @@ -18,7 +18,8 @@ logLast "BACKUP_CRON: ${BACKUP_CRON}" logLast "RESTIC_TAG: ${RESTIC_TAG}" logLast "RESTIC_FORGET_ARGS: ${RESTIC_FORGET_ARGS}" logLast "RESTIC_JOB_ARGS: ${RESTIC_JOB_ARGS}" - +logLast "RESTIC_REPOSITORY: ${RESTIC_REPOSITORY}" +logLast "AWS_ACCESS_KEY_ID: ${AWS_ACCESS_KEY_ID}" # Do not save full backup log to logfile but to backup-last.log restic backup /data ${RESTIC_JOB_ARGS} --tag=${RESTIC_TAG?"Missing environment variable RESTIC_TAG"} >> ${lastLogfile} 2>&1