sukria / Backup-Manager

Versatile yet easy to use command line backup tool for GNU/Linux. Suitable for desktop and servers.
http://www.backup-manager.org/
GNU General Public License v2.0
278 stars 91 forks source link

Patch for S3 #141

Closed qwsj closed 1 year ago

qwsj commented 2 years ago

1. Custom S3 endpoint:

export BM_UPLOAD_HOSTS="s3.example.com" # s3://s3.example.com/

2. Custom path for backup of multiple host to the one bucket (with supporting of purge):

export BM_UPLOAD_DESTINATION="/backup01" # s3//s3.example.com/backup01/

3. Supporting more then 10000 files in bucket:

my $response = $bucket->list_all;