Great tool BTW.
Trying to find files older than 30 days (-mtime). I have a directory with few hundred thousand files. Is there a way to query this information and put it in a file in a legible format?
Great tool BTW.
Trying to find files older than 30 days (-mtime). I have a directory with few hundred thousand files. Is there a way to query this information and put it in a file in a legible format?
hello and welcome the the forum,
rclone ls remote: --min-age=30d
rclone lsf remote: --min-age=30d --format=...
is it possible i apply both min and max age? that could give me a range
why not to test and only if results are strange ask for help?