Will move the files inside "/source/path/directory" directly into "/destination/path/" but can you make rclone create the "/destination/path/directory" instead? Right now you need to add the "/directory/" path on the destination (and remember to do so...or else...)
I have been looking at the options, but maybe it's just me that cannot find it?
I basically would like rclone to work just like a normal "mv /path1/folder /path2/" (and this would create "/path2/folder")
Hi... I updated to 1.75.0, but still the same issue... basically I have to remember to add the source directory to the destination... which is not how other copy tools doit... (mv or rsync)...
OK, sorry that I didn't find the other posts in the forum.
I still cannot see how this cannot be added as an option?
I have asked my friend Claude to create a wrapper script which adds the source directory to the destination... which I guess helps me here and now... but when you are used to the way "mv" and others work, it's very hard to remember to add the destination folder like that...
Otherwise I think rclone is a wonderful pice of software which we use a lot... first we used it mainly for S3 migrations etc.. where this issue isn't as big of a problem.. but lately we have been using it for simple migrations of filestructures on internal disks where we used rsync before, but the multiple streams really speeds things up with rclone
Anyway I won't waste more of your time with this, I understand that this somehow is a "me" issue
If it was a flag you were able to add to the global variables so that you didn't need to specify it each time, it would help... otherwise you are right.
for example RCLONE_CONFIG_FLAGNAME
open an issue at github...
but you would have to remember to add that to each new machine and each user of each machine.
i rarely run rclone direct on the command line, even for simple commands
instead i use a simple batch file.