- Minor: Bug fix with `--subdir` and `empty_directory_markers = True` - **NOTE**: There is a bug in rclone 1.68 with symlinks, `--copy-links` and macOS. For now, add `--local-no-clone` to the rclone flags. - [Forum Post](https://forum.rclone.org/t/macos-local-to-local-copy-with-copy-links-causes-error/47671)
20240829.0
- Minor: Adds timestamp to stats output - Minor: Adds the ability to specify time ranges to the timestamp command - Bug Fix: Respect `disable_prune` in `advanced prune-file`. Add test.
20240802.0
- Adds `advanced timestamp-include-filters` command to generate a list of rclone `--include` rules for a given timestamp range. Useful for things like running `ncdu` on the destination. - Tests
(minor)
20240731.0
- Adds the ability to create empty directory markers at the destination. "Phantom" markers (`.dfbempty`) are created in the source listing with empty directories and then these are treated (and restored) like regular files. They can be deleted from the restore as a second action. - Tests for empty directories
20240620.0
All minor
- Adds a `path` parameter for timestamps - Changed timeformat in listing commands to have a "T" instead of " " between date and time. - Fixed missing `timestamps` command in docs
20240608.0
- New command: `tree` to see a list of files backed up in a tree-like fashion - Speed improvements to `ls` command by using more advanced dynamic query - (Internal): Refactored snapshot commands to pass through a common util to dynamically build the query.