lobaro / restic-backup-docker

A docker container to automate backups with restic
Apache License 2.0
331 stars 114 forks source link

Can u add the environment variables to support B2? #15

Closed jwillmer closed 6 years ago

jwillmer commented 6 years ago

Backblaze B2 Cloud Storage

niondir commented 6 years ago

Hi @jwillmer, thanks for the request. I'm open to accept any pull requests. We could either have it explicit or maybe better provide a way to inject arbitrary command-line arguments to solve all kind these issues.

jwillmer commented 6 years ago

If I compar your dockerfile with the one from instrumentisto I get the feeling that it might be already possible?

niondir commented 6 years ago

Oh well I was not looking for it but you might be lucky with RESTIC_JOB_ARGS :)

niondir commented 6 years ago

Seems to be solved.