List folders with size

What is the problem you are having with rclone?

Not a problem per se; just curious if there's any way to list the size of folders individually other than by using ncdu. Not through bash or PowerShell but by rclone natively. And if not, would it be possible to implement this for analyzing what folders take up the most space?

I have searched and have come across the following but the only solution that is recommended is ncdu:

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

rclone v1.66.0

  • os/version: Microsoft Windows Server 2022 Standard 21H2 (64 bit)
  • os/kernel: 10.0.20348.2402 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.22.1
  • go/linking: static
  • go/tags: cmount

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

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone lsd HA:

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[HA]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
root_folder_id = XXX

A log from the command that you were trying to run with the -vv flag

"N/A"

yes, i do this all the time, just did it earlier today.

  1. mount the remote
  2. use any tool you choose. i use wiztree.

@asdffdsa, thanks for your reply. I was hoping to find a way to do this through rclone natively as mentioned in my post. Was just curious if there was a way to do this without mounting and using other tools.

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