How would I accomplish mirroring a directory?

Hi! I am not sure how to do this but i read in the docs for the copy functions that if I use rclone copy My_Files remote:, that only the contents of the directory My_Files will be copied over. Is there a way to create the directory My_Files and then copy the files within it over? (So mirror the directory?)

Edit: I think i got it:

rclone copy My_Files secret:My_Files/

Is this a good way to do it?

Which provider are you using?

I am using Amazon Cloud Drive

Looks good to me! (Well that is how I would do it)

1 Like