Y
Hacker News
new
|
ask
|
show
|
jobs
by
krishnasrinivas
3587 days ago
Minio is object-storage server. You can use
https://github.com/restic/restic
to encrypt and mirror to remote minio server. For more help
https://docs.minio.io/docs/restic-with-minio
1 comments
fizzbatter
3587 days ago
Looks like restic doesn't support backblaze, as of yet:
https://github.com/restic/restic/issues/512
link
howeyc
3587 days ago
True, but if you have the space to hold the encrypted data, you can "rclone"[0] that to most clouds.
[0]
http://rclone.org/
link
fizzbatter
3587 days ago
That's really cool, appreciated! Surprised it doesn't offer an encrypt feature, seems really useful for the given featureset
link
mappu
3587 days ago
Rclone recently got support for on-the-fly encryption, it will be in the 1.33 release.
https://github.com/ncw/rclone/issues/219#issuecomment-239695...
link
koolhead17
3587 days ago
We have documented how to use Minio with Rclone
https://docs.minio.io/docs/rclone-with-minio-server
hope it helps.
link