Notable changes:
- Documentation updates
- Added new CLI command
benji storage-stats
to get storage usage information - Fixed backup progress reporting on console
- Added
fdatasync()
calls to thefile
module to ensure backup integrity in case of a system crash or a power failure (will impact performance when using thefile
I/O module) - Speed up command line completion
- Added
benji completion
CLI command