Skip to content

Releases: andrewchambers/bupstash

Bupstash v0.7.0

03 Mar 02:33
Compare
Choose a tag to compare

Changes since bupstash v0.6.4:

  • The bupstash garbage collector now uses bloom filters which means it is 2 percent less precise, but uses dramatically lower amounts of RAM.
  • Added --one-file-system option to allow a user to avoid traversing mount points during put operations.
  • Garbage collection now may interrupt other concurrent operations with an error instead of stalling them, this may change in the future.
  • Slight tweaks to the repository format, deleting the $repo/tmp directory, update is automatic.
  • Fixed a bug that prevented device files from being backed up on linux.
  • Fixed a bug when putting multiple directories at once causing incorrect permissions on the outer directories.
  • The de-duplication algorithm has been tweaked (may cause repository to temporarily grow).

Bupstash v0.6.4

07 Jan 10:48
Compare
Choose a tag to compare
Bupstash v0.6.4 Pre-release
Pre-release

Minor release to correct incorrect version in Cargo.lock file.

Bupstash v0.6.3

07 Jan 03:07
Compare
Choose a tag to compare
Bupstash v0.6.3 Pre-release
Pre-release

Release addressing portability issues on to macos, freebsd and arm linux.

Bupstash v0.6.2

31 Dec 02:53
Compare
Choose a tag to compare
Bupstash v0.6.2 Pre-release
Pre-release

Minor documentation improvements to v0.6.1.

Bupstash v0.6.1

25 Dec 23:10
Compare
Choose a tag to compare
Bupstash v0.6.1 Pre-release
Pre-release

Hot fix release improving the handling of unix sockets in snapshots.

  • Ignore unix sockets during put.
  • Skip unix sockets during get.
  • Refactor code to support older versions of rustc.

Bupstash v0.6.0

03 Dec 22:44
Compare
Choose a tag to compare
Bupstash v0.6.0 Pre-release
Pre-release

An exciting but BACKWARDS INCOMPATIBLE release. You will need to regenerate keys and recreate your repositories for this release.

The good news about this release:

  • up to 3x faster put operations!
  • More efficient repository format!
  • Support for extended attributes (xattrs).
  • Support for hard links.
  • New sub key system replacing put and metadata keys.
  • Sub key type with permission to list snapshot contents, but not fetch the snapshot.

Bupstash v0.5.0

25 Nov 06:33
Compare
Choose a tag to compare
Bupstash v0.5.0 Pre-release
Pre-release

New release of bupstash!

The bad news, unfortunately this release had to break the protocol and the repository format.

The good news?

  • Upload is faster.
  • Restore is much faster.
  • Bugs fixed!
  • --pick is now much more efficient, paving the way for backup fuse file system.

Bupstash v0.4.1

21 Nov 03:47
Compare
Choose a tag to compare
Bupstash v0.4.1 Pre-release
Pre-release

This release updates the crossbeam-channel dependency to address upstream issues. Specifically the version bupstash used was 'yanked' by the maintainers.

Bupstash v0.4.0

20 Nov 03:12
Compare
Choose a tag to compare
Bupstash v0.4.0 Pre-release
Pre-release

Backwards incompatible alpha update to bupstash, improves error handling and the plugin protocol.

Bupstash v0.3.0

09 Nov 06:22
Compare
Choose a tag to compare
Bupstash v0.3.0 Pre-release
Pre-release
v0.3.0 release.