xz -> gzip
This commit is contained in:
@@ -33,7 +33,7 @@ tmpgpg --import ./pubkey.asc
|
|||||||
tar \
|
tar \
|
||||||
--create \
|
--create \
|
||||||
--verbose \
|
--verbose \
|
||||||
--xz \
|
--gzip \
|
||||||
--one-file-system \
|
--one-file-system \
|
||||||
--file - \
|
--file - \
|
||||||
"${backup_source}" \
|
"${backup_source}" \
|
||||||
@@ -45,4 +45,4 @@ tar \
|
|||||||
s3 cp \
|
s3 cp \
|
||||||
--storage-class=DEEP_ARCHIVE \
|
--storage-class=DEEP_ARCHIVE \
|
||||||
- \
|
- \
|
||||||
"s3://${bucket}/${name}-$(date --utc -Iseconds).tar.xz.gpg"
|
"s3://${bucket}/${name}-$(date --utc -Iseconds).tar.gz.gpg"
|
||||||
|
|||||||
Reference in New Issue
Block a user