Releases: deajan/obackup
Releases · deajan/obackup
obackup v2.1 beta3 "Ready to Rumble"
This is a bugfix release that fixes an issue with some commandline arguments not being honored (--delete, --no-maxtime, --dontgetsize).
Other changes includes minor installer fixes and better preflight checks.
Next RC release is pretty close :)
obackup v2.1 beta2 "Ready to Rumble"
This is mostly a miltestone release containing fixes backported from osync.
Also contains a brand new ssh filter for improved security.
See changelog for details.
obackup v2.1 beta1 "Ready to Rumble"
This release includes a lot of new functionality:
- Encrpytion support via GPG
- Backup encryption support while keeping encryption per file so rsync will not resync all files at once
- Batch encrypt / decrypt files
- Parallel encryption / decryption support
- Better compatibility for FreeBSD 11 / MacOS X / Busybox enhancements (still some work going on)
- Code quality
- Added unit / functional tests
- Done more code compliance
- Releases all pass shellcheck
- Logging is highly improved
- Improved batch runner
- Improved installer
- Lots of other fixes