How to move/copy folder start form character

how to use rclone to move/copy folder that start form a character like :

rclone move drive:Anime/A*

Take a look at the filtering options in rclone:

https://rclone.org/filtering/

You can use something like:

felix@gemini:~/test$ rclone ls /home/felix/test
      227 test/hosts
      227 .DS_Store/blah
      227 Anime/A/hosts
      227 Anime/B/hosts
      227 1/_gsdata_/test2
felix@gemini:~/test$
felix@gemini:~/test$
felix@gemini:~/test$ rclone ls /home/felix/test --include 'Anime/A/**'
      227 Anime/A/hosts
1 Like

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