-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #606 from rustic-rs/prepare-0.5.2
prepare v0.5.2
- Loading branch information
Showing
4 changed files
with
45 additions
and
38 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Changes in version 0.5.2: | ||
|
||
Breaking changes: | ||
- The CLI option `--config-profile` was renamed into `--use-profile` (same shortcut `-P`). | ||
|
||
Bugs fixed: | ||
- restore: Warm-up options given by the command line didn't work. This has been fixed. | ||
- backup: showed 1 dir as changed when backing up without parent. This has been fixed. | ||
- diff: The options --no-atime and --ignore-devid had no effect and are now removed. | ||
- Rustic's check of additional fields in the config file didn't work in edge cases. This has been fixed. | ||
|
||
New features: | ||
- backup: Backing up (small) files has been speed-optimized and is now much more parallelized. | ||
- Config file: New field use-profile under [global] allows to merge options from other config profiles | ||
- Option --dry-run is now a global option and can also be defined in the config file or via env variable | ||
- forget: Using "-1" as value for --keep-* options will keep all snapshots of that interval | ||
- prune: Added option --repack-all | ||
- Updated to clap v4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,7 @@ | ||
Changes in version x.x.x: | ||
|
||
Breaking changes: | ||
- The option `--config-profile` was renamed into `--use-profile` | ||
|
||
Bugs fixed: | ||
- restore: Warm-up options given by the command line didn't work. This has been fixed. | ||
- backup showed 1 dir as changed when backing up without parent. This has been fixed. | ||
- diff: The options --no-atime and --ignore-devid had no effect and are now removed. | ||
- Rustic's check of additional fields in the config file didn't work in edge cases. This has been fixed. | ||
|
||
New features: | ||
- config file: New field use-profile allows to merge options from other config profiles | ||
- backup: Backing up (small) files is now much more parallelized. | ||
- forget: Using "-1" as value for --keep-* options will keep all snapshots of that interval | ||
- prune: Added option --repack-all | ||
- Option --dry-run is now a global option and can also be defined in the config file or via env variable | ||
- Updated to clap v4 |