-
Notifications
You must be signed in to change notification settings - Fork 0
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
Interested in rustic? #19
Comments
Hi @aawsome and thanks for reaching out! I am not very familiar with restic and your compatible project but it looks very interesting. The feature set looks really nice and I would love to be able to use it at some point to power the core of awsbck. Notably, I would be interested to one day support incremental backups, encryption and restoration. I see that at the moment, everything is in a binary crate. Is there a plan going forward to split up core functionality as one or more separate library crates? Regarding augmenting rustic to support the use case for awsbck via automation and S3 capabilities, I think it would maybe defeat the goal I set for myself to have an easy to configure system that can simply be setup with CLI arguments or environment variables and run inside docker without too much tinkering. Thus I think the first suggestion adheres to my vision more closely and is something I could see myself working towards. I want to add cron expression support to awsbck before considering any future move, but after that I'd be happy to take a closer look at how I could contribute to rustic to enable some integration in my project. Cheers! |
Just wanted to mention that deduplicated backups are much more powerful than incremental backups. You basically have only full backups (or snapshots) which you can deal with, but only need the (or even less) space and backup time which incremental backups would have needed.
Yes, this is the plan and I actually already made quite some traits which would support this. The idea would be to have
I realized that there is no issue so far, so I created one: rustic-rs/rustic#461 |
Hey @aawsome , just letting you know that I haven't forgotten about this and will take a closer look in the coming weeks. |
Actually, on the main branch, rustic is already split into a library and GUI part. However, I'm currently about to move high-level functionality to the library. Have a look at |
Sounds good, there is absolutely no rush on my side! I'm not yet on vacation ;) |
Hi @beeb
I just came over to your project when looking for other backup tools written in Rust.
I myself created https://github.com/rustic-rs/rustic which is able to make encrypted, deduplicated backups to cloud storages, which IMO should include your use-case.
I've seen that with respect to code your project is in an early stage, but you seem to have put quite some work into CI pipelines and deployment and you seem to put an focus on the automation of backups which is currently not in the scope of rustic.
Now I'm just wondering if we could benefit from each other. There could be several possibilities:
The text was updated successfully, but these errors were encountered: