From 64801457eb060abcf1d63d2a77589f2f7f1ba6f2 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Wed, 5 Jan 2022 09:41:31 -0500 Subject: [PATCH] backups: fix dates failing backups in the morning --- .restic/restic-do | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.restic/restic-do b/.restic/restic-do index e9fa5c3..b28a277 100755 --- a/.restic/restic-do +++ b/.restic/restic-do @@ -11,7 +11,7 @@ export AWS_ACCESS_KEY_ID=$(pash show personal-backups/aws-key-id) export AWS_SECRET_ACCESS_KEY=$(pash show personal-backups/aws-access-key) repo=$(cat ~/.dotfiles/.restic/.repo-name) -script_started=$(date +%Y-%M-%d_%k%M%S) +script_started=$(date +%Y-%M-%d_%H%M%S) # $RESTIC_PASSWORD_FILE or $RESTIC_PASSWORD_COMMAND if [[ -f "$HOME/.dotfiles/.restic/.repo-pass" ]]; then