Rclone cannot move multiple files at once

Same way mv works.

In my opinion, purge is a very dangerous command and should include a confirmation prompt like rm -rf /.

If you have 3 files in a directory and you move 3 of them

dir/one.txt
dir/two.txt
dir/three.mp4

mv dir/*mp4 /some/elsewhere

mv wouldn't remove the directory.

No it wouldnā€™t and it shouldnā€™t.

In that case, Iā€™d use rclone move remote:to/path path/to --filter ā€œ*.mkvā€ as usual. After thatā€™s done, Iā€™d use rclone delete remote:to/path, which should trash all the contents of path/*, which as of now leaves the folders intact.

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