- Adds the option to upload snapshot files with each run. These are functionally the same as calling `snapshot --only <timestamp> --deleted` - Added `--deleted` to snapshot - Bug Fixes - source and dest labels mixed up in restore logs
20230411.0
- Bug Fix
20230407.0
- If any part fails, it'll keep going until deletes and references happen - Adds pruning only a subdir. Still have to compute all prunes to ensure there aren't references but will then filter them.
20230402.0
- Adds support for symlinks on a local source. It is not super robust but it works for most cases. Note that dfb does not restore the symlinks as symlinks. It restores them as `.rclonelink` files which can be easily turned into symlinks later. See an example in the readme
20230331.0
- **EXPERIMENTAL** FUSE mount that overlays an rclone mount (does not serve the remote directly) - Cleanup, documentation, etc - Fixed version numbering to validate PEP440 and other build errors. - This is still beta, but just isn't in the date-based version number
20230330.0.beta
- Changed how references are written and saved. The change will not break existing references but older references will not work in the upcoming mounting tools - Minor other updates