Sorry if this is the wrong place to ask.
Could someone maybe help me out with this, is there a rclone command I could run to make find all files that are above 5GB?
Basically I just want to check if I have any and if so how many.
Sorry if this is the wrong place to ask.
Could someone maybe help me out with this, is there a rclone command I could run to make find all files that are above 5GB?
Basically I just want to check if I have any and if so how many.
Sorry I have answered my own question
rclone lsf nameofremote:'/' --files-only --recursive --min-size 5G
Note also rclone ncdu nameofremote:
is a fun interactive way of finding large files.