-
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 #149 from rustic-rs/prepare-v0.3.0
prepare for v0.3.0
- Loading branch information
Showing
5 changed files
with
31 additions
and
10 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
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,21 @@ | ||
Changes in version 0.3.0: | ||
|
||
Bugs fixed: | ||
- config command could invalidate config file on local backend | ||
|
||
New features: | ||
- backup: Added escaping of filenames to be compatible with restic | ||
- backup: Don't use temporary files, but save incomplete pack files in-memory | ||
- Allow to limit pack sizes | ||
- rest/rclone backend: Retry operations if they failing | ||
- restore: Use existing files to speed up restore (also makes restore resumable) | ||
- restore: Added --delete option to delete existing files not in snapshot | ||
- restore/prune: Added warm-up possibilites for hot/cold repo | ||
- prune: Remove unneeded packs from cache | ||
- prune: Added repacking of packs which are too small or too large | ||
- self-update: New command to update rustic | ||
- Added syntax SNAPSHOT[:PATH] for many command to access sub-trees within snapshots | ||
- Added support for environmental variables | ||
- Improved help texts | ||
- CI: Added beta builds | ||
- CI: Added dependabot to get automatic PRs for dependency updates |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.