lobaro / restic-backup-docker

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

Some Improvements (from my Point of View) #12

Closed blaggacao closed 6 years ago

blaggacao commented 6 years ago

Cherry-pick to your liking...

niondir commented 6 years ago

Looks very clean, I like the way you download a fixed restic release rather than build it.

Thanks a lot!

blaggacao commented 6 years ago

However, busybox does not include fuse, so this part might not work with this implementation.

Yet my reasoning is: I don't need fuse for a mere backup micro service, I would install restic locally and fuse-mount to my liking...