How to move only some Folder, from a txt

Hi,

I need to move only some folder and of course, file inside the folder, from a remote, to the same remote, but in a different folder.

I have tried:

rclone move REMOTE1:/FILM/Movies REMOTE1:/FILM/Movies/_TODO --verbose --progress --dry-run --include-from FOLDER.txt --include "/**/"

But doesn't works, so doesn't move nothing. ( I have tried dry run, to see what do...)

FOLDER.txt is:

Zeus - Una Pasqua da cani (2014)
Wish Upon (2017)
What Still Remains (2018)
Tänk om (2014)
West Coast (2016)
Vincent N Roxxy (2016)
Vieni a vivere a Napoli! (2017)
Viaggio da paura (2015)
Via Castellana Bandiera (2013)

...etc...

These are folder and inside there are some files.

I wish to move from FILM/Movies, only these folder, to FILM/Movies/_TODO.

Are all with space, so I have tried like "Zeus - Una Pasqua da cani (2014)", but no way

Have a look at this thread how to use filters - it can give you some clues:

All details:

experiment and use --dry-run -vv to test

1 Like

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