Rclone move by date and condition break

is there a kind of rclone move that get first the oldest file? and do it ordered by date?
than a condition that break the move? for example move the files until the disk use is great than 80%...

You can use order-by

https://rclone.org/docs/#order-by-string

1 Like

thanks a lot. and a condition break? move until get the achieve condition.

You'd probably write a script to accomplish that.

1 Like

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