Error reading destination directory: failed to read directory entry: fdopendir /Volumes/Public/sbc/.git: not a directory

What is the problem you are having with rclone?

Rclone tells me I have a lot of "not a directory" issues, while when I look at the origin and the destination, both exist as a directory
In the log snipped, you can see 2 different versions (the real log holds a total 28 of those versions)

Run the command 'rclone version' and share the full output of the command.

rclone v1.60.1

  • os/version: darwin 13.0.1 (64 bit)
  • os/kernel: 22.1.0 (x86_64)
  • os/type: darwin
  • os/arch: amd64
  • go/version: go1.19.3
  • go/linking: dynamic
  • go/tags: cmount

Which cloud storage system are you using? (eg Google Drive)

Nas connected over smb

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone sync /Volumes/Kingston-2TB /Volumes/Public --include='/{stack,data}/**' --delete-during -v -P --modify-window 15s --no-update-modtime --transfers=5 --checkers=50 --ignore-size --links

The rclone config contents with secrets removed.

No config in use

A log from the command with the -vv flag

After 1:45 hrs this is a snipped:
2022-11-25 21:25:18 ERROR : data/Go/go-tools/Courtney: error reading destination directory: failed to read directory entry: fdopendir /Volumes/Public/data/Go/go-tools/Courtney: socket is not connected
2022-11-25 21:25:19 ERROR : data/Go/go-libraries/gochk: error reading destination directory: failed to read directory entry: failed to read directory "/Volumes/Public/data/Go/go-libraries/gochk/internal_gochk": %!w(<nil>)

Can you try the beta? We fixed something in the SMB backend which might help.

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