Bupstash v0.10.1 #233
andrewchambers
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bupstash v0.10.1
This release[1] adds new features, performance improvements, and also addresses
some flaws in the repository format. Be sure to read the incompatility
notes to understand the limitations the upgrade adds to snapshots created
by older versions of bupstash.
New features:
bupstash restore
command for efficiently restoring snapshots has been added.bupstash put
command now takes advantage of more parallelism while saving directories.bupstash put
command now supports verbose logging via --verbose and --print-file-actions.bupstash diff
command now supports diffs between snapshots and the local filesystem.bupstash list-contents
andbupstash diff
commands are faster on huge snapshots.bupstash get
command does improved validation of remote data as it is fetched.Bug fixes:
Incompatibilities:
bupstash restore
command, the network protocol has changed. Clients andservers must both upgrade bupstash in order to connect to eachother.
no longer support
bupstash diff
, the--pick
option, and also do not support the newbupstash restore
command. Old format snapshots are still accessible via
bupstash get
.occurs, older versions of bupstash will not be able to access the repository.
[1] v0.10.1 is the same as 0.10.0, but has fixed compilation on OpenBSD and fixed rust lints for the newly released rust version.
This discussion was created from the release v0.10.1.
Beta Was this translation helpful? Give feedback.
All reactions