Upgrading from rclone v1.63.1 to 1.66 now syncing empty folders

Rclone is now syncing empty directories and excluded directories to Google Drive after updating. Before it was not. Same configuration in use.

New (Issue program)
rclone v1.66.0

  • os/version: Microsoft Windows Server 2022 Datacenter 21H2 (64 bit)
  • os/kernel: 10.0.20348.2031 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.22.1
  • go/linking: static
  • go/tags: cmount

Old (Working as expected)
rclone v1.63.1

  • os/version: Microsoft Windows Server 2022 Datacenter 21H2 (64 bit)
  • os/kernel: 10.0.20348.2031 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.20.6
  • go/linking: static
  • go/tags: cmount
 .\rclone.exe sync "D:\" Remote: --exclude .DS_Store --exclude "{{.*/.*/.*/exclude/.*}}" --exclude  "{{.*/.*/.*/subfolder/exclude/.*​}}" --delete-excluded

correct, that is discussed in the forum and github.
fwiw, for now, i continue, still use last stable, v1.65.2

https://forum.rclone.org/t/how-to-ignore-empty-directories-when-uploading-from-windows/45057/22

https://github.com/rclone/rclone/issues/7689

Well I figured the empty directory thing would be the case, but I can't explain why the regex exclusions aren't working now.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.