From 814185f3b7cbcc230a2c59c3c6207d622e0588e1 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Mon, 10 Jan 2022 11:42:07 -0500 Subject: [PATCH] .restic/restic-do: Fix date command --- .restic/restic-do | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.restic/restic-do b/.restic/restic-do index b28a277..1c29095 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_%H%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