How to Rclone Copy Empty Folders / Directories

/usr/bin/rclone copy testDrive: s3-rclone:/blah.blah.com/ --create-empty-src-dirs

That is the command I am trying to run.

From GSuite/Shared Drive to S3 bucket. I copy the shared drive with empty folders but do not see the folders in s3 once rclone copy is executed.

Let me know if my command is correct or if this is even possible

Edit:
rclone v1.50.2

  • os/arch: linux/amd64
  • go version: go1.13.4

s3 cannot store empty folders so if that is all you copied you won't see anything.

Thank you, I will keep that in mind moving forward

1 Like

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