Changelog
- Implemented global storage path configuration:
- Uses
/home/<user>/.dabadee/Storage
if launched in a sub-directory of a non-root user. - Uses
/opt/.dabadee/Storage
if launched as root from any other path.
- Uses
- Updated command syntax for
dedup
andcp
commands:- Added
--storage
flag to specify the storage directory. - Added
--workers
flag to specify the number of workers.
- Added
Full Changelog: v0.5.0...v0.6.0