rustic
rustic copied to clipboard
rustic - fast, encrypted, and deduplicated backups powered by Rust
To make it easier for the users and us to understand what is happening and why, and what the preconditions are. The rendered issue form template can be seen here:...
Hi @aawsome, in case you don't recall I'm the one who first [proposed to rewrite restic in Rust](https://forum.restic.net/t/why-restic-is-written-in-go-instead-of-rust/464/8). I see that a lot has happened since then, thanks for your...
Eases the creation of releases. Being currently blocked by: - `musl` support: https://github.com/axodotdev/cargo-dist/issues/75 - `cross` support: https://github.com/axodotdev/cargo-dist/issues/74 - `cargo auditable` support: https://github.com/axodotdev/cargo-dist/issues/81
hey do you think it would be possible to add bidirectional synchronization ? rclone can do it but it would be neat to have all the advantages of restic at...
When backing up with `--description-from description.txt`, where `description.txt` is a file with multiple lines of text. The output of `restic snapshots --long` is broken: ``` C:\Users\Florens\test\stuff>rustic snapshots -r ../repo --long...
Thanks a lot for creating wonderful alternative to the amazing `restic` program. I have been watching the progress of your project for a while and waiting for the right moment...
To take the burden off someone's shoulders, to run through the whole release process frequently, we should automate it as far as possible. #### "Release early, and release often." The...
Add a command which runs multiple `backup` runs in a row generating a couple of snapshots. Maybe add a `--merge` option once rustic-rs/rustic#411 is finished to directly merge them into...
An idea is to utilize something like [Dioxus](https://dioxuslabs.com/) there, so we already have most of the rust backend part and could implement the UI part with [svelte](https://svelte.dev/) for example. That...
I must copy my gitignore file in every folder , will it be inherited from the parent folder ?