-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/PR proposal: s3 target support #131
Comments
thanks for the feedback! Ive thought about an s3 backend implementation but personally i don't use s3 as storage Also, i would have opted for s3fs implementions first, but i dont know about their stability as you mention. As for a PR, i dont know if i would accept, probably only if i want to use the feature myself and then it needs to get tested in the automatic CI tests to ensure its functionality. |
One idea might be to redesign the output writer stuff to be "plugin" capable, and use regular URI based
so the s3 implementation could be shipped as sort of a additional "plugin" maintained by the persons caring about |
Hah, that's exactly what I was thinking about when pondering your reply. I think that the same would be possible for the encryption. Perhaps both encryption and compression can be "filters" in a chain, or something like that. |
Hi there, I would like to have the ability to store backups on S3.
This is possible already in several ways:
-l auto
These options are OK (and I am using the stdout option right now, in fact), but each have drawbacks. Being able to store the entire backup (with metadata) directly on S3 would be great, as would be being able to restore from S3 directly.
I have looked at how this would be implemented, and it looks like we can add an additional target, and perhaps change how
target.openfile
works to support metadata files.Would you be open to a PR implementing this functionality?
The text was updated successfully, but these errors were encountered: