-
Notifications
You must be signed in to change notification settings - Fork 74
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 #206 from rustic-rs/prepare-0.3.1
prepare v0.3.1
- Loading branch information
Showing
4 changed files
with
66 additions
and
46 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,29 @@ | ||
Changes in version 0.3.1: | ||
|
||
Note: Changing the binary name to rustic is a breaking change with respect to the self-update command. | ||
This means rustic 0.3.0 can *NOT* be updated using self-update. Please download the binaries manually instead. | ||
|
||
Bugs fixed: | ||
- change escaping of filename to get identical result as restic | ||
- fix performance regression because of filename escaping | ||
- chunker: Fixed chunker such that chunks of MINSIZE are possible. | ||
- prune: Fix option --max-repack; now also works when resizing packs. | ||
|
||
New features: | ||
- Changed name of binary from rustic-rs to rustic | ||
- Added config file support (see examples in examples/ dir) | ||
- Added options --password and --password-command (and equivalents as env variables and config file options) | ||
- snapshots: Summarize fully identical snapshots in snapshots command; added option --all. | ||
- snapshots: Grouping by hosts and paths is now the default. | ||
- snapshots: Added --json option | ||
- backup: Allow backing up multiple source paths | ||
- backup: Allow backup from stdin | ||
- backup/parent detection now uses ctime and mtime; new options --ignore-mtime and --ignore-inode | ||
- backup: Added option --exclude-larger-than | ||
- forget: Always remove snapshots when ID is given | ||
- prune: Only resize small packs when target packsize will be reached. | ||
- prune: Added option --no-resize | ||
- chunker: Increase buffer size to speed up chunking | ||
- Added aarch64-apple-darwin as supported platform | ||
- CI: Added rust audit | ||
- |
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