aawsome
aawsome
This is the tracking issue to collect the needed steps in order to support windows as OS: - [x] make rustic compile on windows rustic-rs/rustic#11 - [ ] treat non-unicode...
The `prune` command currently already loops over index files and processes the contained pack files by either keeping them, repacking them, marking/unmarking them for deletion or putting them on a...
closes #1156
Such a command should be able to allow users adding a `repo-hot` to their configuration with an existing repository. rustic then should then copy/generate all needed files from the existing...
Breaking change: Targets for the `copy` command must now be given by using config profile(s).
BREAKING CHANGE: Moves `json` to global options. TODO: - [ ] remove temporary dependency on branch `enumset` once https://github.com/rustic-rs/rustic_core/pull/173 is merged into rustic_core
Breaking Change: The keep-options for `forget` are now real `Options`. This also adds an additional check which enforces that at least one `keep-*` option is set and adds a new...
I think having more filter options would be very nice. Some ideas (names need to be discussed) - filter-before or filter-older-than to filter out too old snapshots - filter after...