mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-04-17 06:22:58 -04:00
remote-backup: split long line
This commit is contained in:
parent
f107d75a6f
commit
02b97b4327
@ -14,6 +14,7 @@ cp -r /var/lib/mjolnir remote-backup/$timestamp/mjolnir
|
||||
tar -cC remote-backup $timestamp | zstd -9 | age -r $(cat backup-public-key.txt) -o remote-backup/$timestamp.tar.zst.age
|
||||
|
||||
source cloud-archive.sh
|
||||
swift upload --skip-container-put --segment-size 5368709122 -H "X-Delete-After: 5184000" --object-name $timestamp.tar.zst.age backup remote-backup/$timestamp.tar.zst.age
|
||||
swift upload --skip-container-put --segment-size 5368709122 -H "X-Delete-After: 5184000" \
|
||||
--object-name $timestamp.tar.zst.age backup remote-backup/$timestamp.tar.zst.age
|
||||
|
||||
rm -rf remote-backup
|
||||
|
Loading…
x
Reference in New Issue
Block a user