mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-07-08 15:39:30 -04:00
fix backup timestamps
This commit is contained in:
parent
a5c257d8a5
commit
e7885e1b87
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue