fix backup timestamps

This commit is contained in:
Daniel Micay 2022-08-11 18:17:24 -04:00
parent a5c257d8a5
commit e7885e1b87
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ set -o errexit -o nounset -o pipefail
remote=root@matrix.grapheneos.org
timestamp=$(date -u +%Y-%m-%dT%H:%m:%SZ)
timestamp=$(date -u +%Y-%m-%dT%H:%M:%SZ)
ssh $remote "rm -rf local-backup"
ssh $remote "mkdir local-backup"

View File

@ -2,7 +2,7 @@
set -o errexit -o nounset -o pipefail
timestamp=$(date -u +%Y-%m-%dT%H:%m:%SZ)
timestamp=$(date -u +%Y-%m-%dT%H:%M:%SZ)
rm -rf remote-backup
mkdir remote-backup