New
Bupstash v0.11.0
This release adds new commands, improves repository compression, reduces bandwidth usage, and improves support for paths that are invalid unicode.
New features:
- Added the new
bupstash synccommand for efficiently transferring data between repositories. - Added the new
--allow-syncpermission tobupstash serve. - Added the new
bupstash exec-with-lockscommand for running commands with exclusive repository write access. - Added the zstandard compression algorithm, decreasing repository sizes 30 percent in some benchmarks.
- Added an optional
--compressionflag has been added to specify the compression algorithm and level during puts.
Improvements:
- The put and restore command can now preserve sparse file holes, improving the accuracy of backups.
- The restore command now restores mtime timestamps on restored files.
- FreeBSD support has been improved.
Notable Bug fixes:
- Support for paths that are not valid unicode but are still valid unix paths has been improved.
- no longer matches in put exclusions.