I asked about this a year or so ago and while someone from linpro had one, it 
seems it will be private forever. I finally made one but it looks like someone 
beat me to it last minute. Mine is much simpler (doesn't do multithreading etc. 
) and uses boto3 directly instead of libcloud. The advantage is mine handles 
special characters a bit better but it doesn't support non AWS variants. For 
Example mine works with Ceph, Cleversafe, and AWS but probably will not work 
with google cloud storage or swift. 

The backup job seems to work but I have not tested estimates I have a feeling 
it will fail like the mysql/postgres plugin does as well.

On top of that I am not a developer in any way so I basically just took the 
mysql-plugin code and shoved my s3 downloader script into it. It's super simple 
to use though and I would really appreciate any help in getting my plugin up to 
bareos standards and improving functionality while keeping it simple. 

To get it working just clone my repo and put the files in the appropriate 
places. 

https://github.com/lookcrabs/bareos-contrib/tree/master/fd-plugins/s3-python

Everything is configured via the creds.json file. From there once you define a 
fileset it should work ^_^. I'll update the repo to put an example fileset 
definition in too if that helps. 

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bareos-devel+unsubscr...@googlegroups.com.
To post to this group, send email to bareos-devel@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to