Coder Social home page Coder Social logo

Comments (3)

abbbi avatar abbbi commented on September 22, 2024

thanks for the feedback! Ive thought about an s3 backend implementation but personally i don't use s3 as storage
for backups (or lets say, s3 compatible ones like minio) because i prefer to keep my data locally. The main problem is
that its hard for me to have such a feature and maintain its codebase if i don't have any usage for it.

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.

from virtnbdbackup.

abbbi avatar abbbi commented on September 22, 2024

One idea might be to redesign the output writer stuff to be "plugin" capable, and use regular URI based
notation:

 -o fs://dir / -o dir/-> loads module output/dir/
 -o - > loads module output/stdout
 -o s3://user@foo -> loads module output/s3

so the s3 implementation could be shipped as sort of a additional "plugin" maintained by the persons caring about
it.

from virtnbdbackup.

nward avatar nward commented on September 22, 2024

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.

from virtnbdbackup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.