Sync of symlink files

Hi,

I have a CrushFTP server where we have files that i want to sync with a R2 bucket using rclone. Some of the files in the directory are symlinks to files stored in other directories. when i perform rclone, the files with symlinks do not show up in R2 bucket. Is this supported ? If yes, how can i do it.

Appreciate any help in this regard. I searched through docs but didnt find an answer for this.

Welcome to the Cloudflare Community. :logodrop:

If you are running Rclone on the CrushFTP server, this option seems pertinent.

1 Like

Hi @rahavjv,

Please mark @epic.network post, as the solution if it works.

Thank you for post @epic.network!

1 Like

Apologies for not replying earlier. With this approach what i observed is in cloudflare any such files are created with filename.rclonelink. On reading the file, it has path to the actual file location.

That sounds like you are using --links instead of --copy-links. If you are using the short flag, you want to use the capital L, not the lowercase.

1 Like

Thanks, let me try this and get back to you

1 Like

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