Rename B2 folder

Hello,
I have a folder within a bucket store on Backblaze B2. Is there a way to rename this folder with rclone WITHOUT having to reupload all the data? If so, can someone provide the syntax for the rclone command?

Thank you so much in advance!

You will need a recent version of rclone - I suggest the latest v1.53.1

If you do

rclone move -v b2:bucket/oldFolder b2:bucket/newFolder

Then rclone will server side copy the files to the new place then delete the old ones (which is how you move objects with b2).

Note the paths mustn't overlap.

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