On Sun, Feb 18, 2018 at 01:56:32PM -0700, Aaron Bieber wrote:
> Hi!
> 
> Here is a nifty backup tool written in Go and BSD licensed. It supports
> a grip of backends:
> 
>  - Local directory
>  - sftp server (via SSH)
>  - HTTP REST server (protocol rest-server)
>  - AWS S3 (either from Amazon or using the Minio server)
>  - OpenStack Swift
>  - BackBlaze B2
>  - Microsoft Azure Blob Storage
>  - Google Cloud Storage
> 
> I also have a port for the "rest-server" backend - but I am waiting on a
> new release that will incude support for bcrypt'd password (so we can
> use htpasswd from base).
> 
> Clue sticks? OKs?

Looks like nice and simple tool. Thinking loud, what about pledging
restic when running as root and doing backup to not be able to write
files? A variation to

https://restic.readthedocs.io/en/latest/080_examples.html#backing-up-your-system-without-running-restic-as-root

Jiri


Reply via email to