Skip to content

Commit

Permalink
update the backup command
Browse files Browse the repository at this point in the history
  • Loading branch information
etchegom committed Oct 14, 2024
1 parent a2153d3 commit 44b0b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/s3_backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
aws configure set s3.multipart_threshold '50 MB'
aws configure set s3api.endpoint_url ${{ env.S3_HOST }}
- name: Backup
run: aws s3 sync --quiet ${{ env.S3_BUCKET_SOURCE }} ${{ env.S3_BUCKET_DESTINATION }} --storage-class GLACIER
run: aws s3 sync --only-show-errors ${{ env.S3_BUCKET_SOURCE }} ${{ env.S3_BUCKET_DESTINATION }} --storage-class GLACIER

0 comments on commit 44b0b17

Please sign in to comment.