I can upload, get, delete or list files in a bucket with s3cmd:
s3cmd ls s3://y/
s3cmd put x.png s3://y/z
# etc.
Is there a way to get a backup of all the bucket (i.e: s3://y)?
I can upload, get, delete or list files in a bucket with s3cmd:
s3cmd ls s3://y/
s3cmd put x.png s3://y/z
# etc.
Is there a way to get a backup of all the bucket (i.e: s3://y)?
Copyright © 2021 Jogjafile Inc.
You can use
--recursivewithgetcommand. Example: