I am trying to use the sync command to transfer about 1TB of files on a hard drive with a Google Drive folder. Many subfolders and filenames have spaces in them, so this is causing an error when the process calls "readdir." Is there a flag or option I can use to ensure all file and directory names are evaluated within quotes or an escape character is added? Also, i would like to maintain the metadata in all files, particularly the creation date.
Run the command 'rclone version' and share the full output of the command.
rclone v1.69.1
os/version: darwin 15.3.1 (64 bit)
os/kernel: 24.3.0 (arm64)
os/type: darwin
os/arch: arm64 (ARMv8 compatible)
go/version: go1.24.0
go/linking: dynamic
go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp)