mirror of
https://github.com/rclone/rclone.git
synced 2025-01-08 15:30:34 +01:00
32 lines
561 B
Markdown
32 lines
561 B
Markdown
---
|
|
date: 2019-08-26T15:19:45+01:00
|
|
title: "rclone size"
|
|
slug: rclone_size
|
|
url: /commands/rclone_size/
|
|
---
|
|
## rclone size
|
|
|
|
Prints the total size and number of objects in remote:path.
|
|
|
|
### Synopsis
|
|
|
|
Prints the total size and number of objects in remote:path.
|
|
|
|
```
|
|
rclone size remote:path [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for size
|
|
--json format output as JSON
|
|
```
|
|
|
|
See the [global flags page](/flags/) for global options not listed here.
|
|
|
|
### SEE ALSO
|
|
|
|
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
|
|
|