mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-10-01 04:45:34 -04:00
fix backup timestamps
This commit is contained in:
parent
a5c257d8a5
commit
e7885e1b87
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user