rustic
rustic copied to clipboard
rustic - fast, encrypted, and deduplicated backups powered by Rust
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/rustic-rs/rustic). ## Pending Approval These branches will be...
Hi, I was searching for an official docker image provided by you but I didn't find anyone.
This is not a bug per se but unexpected behaviour for me: I run `rustic` as a systemd service with an `on-failure` dependency that alerts me to errors. However, `rustic`...
For automation tools it would be useful if a non-zero exit code is returned when the repository is not initialized. In fact this is exactly what Restic suggests you do...
According to https://rustic.cli.rs/docs/comparison-restic.html I see the `find` and `mount` commands are missing. I see an existing issue for [`mount`](https://github.com/rustic-rs/rustic/issues/971). Is there any ongoing work or major blockers for the `find`...
Adds `--check-index` options. They are an alternative to `rustic repair index` in cases where the repository is read-only and cannot be repaired. Using these options, the index is checked against...
When running backup, generated log (`log-file`) contains: ``` 10:24:06 [INFO] using config ./rustic.toml 10:24:07 [INFO] repository opendal:test-dal-lock: password is correct. 10:24:08 [INFO] using cache at /Users/kptsky/Library/Caches/rustic/79622816e3c9c922340f1fd7b7fd31f225f7a1d14faaeea5d6d52386980d16ce 10:24:08 [INFO] using all...
At the moment when using `log-file` option only time of events is recorder: ``` 13:35:36 [INFO] using config ./rustic.toml 13:35:38 [INFO] repository opendal:test-dal-lock: password is correct. 13:35:38 [INFO] using cache...
This PR adds new commands to lock (parts of) the repository: - `lock repository` to lock the complete repository. This can invalidate update/remove operations; it is suggested to use https://github.com/rustic-rs/rustic_core/pull/164...
As a mac user I use time machine backups. It'd be great if rustic was able to ignore files I have already ignored in my time machine plist. Currently I...