aawsome
aawsome
The `diff` command currently shows differences between two snapshots or a snapshot and a local path. Having a statistic similar to restic would be nice. I.e. something like: ``` Files:...
When files/dirs are not existing, `restore` simply creates them. When content exists in the restore destination, but not in the snapshot, it is kept unless the `--delete` option is given...
There could be an option like `stdin-command` such that you could run: `rustic backup - --stdin-command "echo test"` (which, of course, is equivalent to running `echo test | rustic backup...
rustic currently chooses the latest snapshot with identical host and path(s) (as used by the `backup` command) as parent. This can be improved: - include snapshots which have "super-paths", like...
Opendal already supports specifying storage classes, e.g. for AWS S3: ``` default_storage_class = "DEEP_ARCHIVE" ``` Now, sometimes you want or need to change the storage class. In this example, before...
I want to define log levels in in a config file. To do so, I was able to get the tracing component by its ID, cast it and use the...
`std::time::Duration` implements `Default` and uses a zero duration for `default()`. Please add this possibility to humantime! I use the Duration in configuration options. However, it becomes quite verbose to `derive`...
Seems the compiler gets stricter about types. I'm getting the following errors when trying to publish my dependent project: ``` error[E0053]: method `slide` has an incompatible type for trait -->...
Output of `restic version` -------------------------- restic 0.16.4 compiled with go1.21.6 on linux/amd64 What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- I re-implemented the `restic...