mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-01-24 22:26:49 -05: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
|
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 "rm -rf local-backup"
|
||||||
ssh $remote "mkdir local-backup"
|
ssh $remote "mkdir local-backup"
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -o errexit -o nounset -o pipefail
|
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
|
rm -rf remote-backup
|
||||||
mkdir remote-backup
|
mkdir remote-backup
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user