Is there a way to list the most recently uploaded directory or file?

What is the problem you are having with rclone?

I want to list or show what was the most recently uploaded directory or file

Run the command 'rclone version' and share the full output of the command.

rclone v1.64.1

  • os/version: Microsoft Windows 10 IoT Enterprise LTSC 2021 21H2 (64 bit)
  • os/kernel: 10.0.19044.3570 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.21.3
  • go/linking: static
  • go/tags: cmount

Which cloud storage system are you using? (eg Google Drive)

Petabox

might try/test one or more of these flags.

I'd imagine you can do something like

      --max-age Duration                    Only transfer files younger than this in s or suffix ms|s|m|h|d|w|M|y (default off)

and test that? I'm not sure what your definition of recent means.

For example rclone lsl can list modification time, size and path. But I have around 200K files and I would like to know which one was the last (or most recent) file that was uploaded

i think i shared that up above.

did you read about --use-server-modtime
"the time it was last uploaded"

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