xz -> gzip
This commit is contained in:
@@ -33,7 +33,7 @@ tmpgpg --import ./pubkey.asc
|
||||
tar \
|
||||
--create \
|
||||
--verbose \
|
||||
--xz \
|
||||
--gzip \
|
||||
--one-file-system \
|
||||
--file - \
|
||||
"${backup_source}" \
|
||||
@@ -45,4 +45,4 @@ tar \
|
||||
s3 cp \
|
||||
--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