2016-08-03 21:36:28 +01:00
|
|
|
---
|
|
|
|
title: "rclone size"
|
2020-05-16 15:11:55 +01:00
|
|
|
description: "Prints the total size and number of objects in remote:path."
|
2016-08-03 21:36:28 +01:00
|
|
|
slug: rclone_size
|
|
|
|
url: /commands/rclone_size/
|
2020-02-10 12:31:45 +00:00
|
|
|
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/size/ and as part of making a release run "make commanddocs"
|
2016-08-03 21:36:28 +01:00
|
|
|
---
|
2020-05-22 11:17:37 +01:00
|
|
|
# rclone size
|
2016-08-03 21:36:28 +01:00
|
|
|
|
|
|
|
Prints the total size and number of objects in remote:path.
|
|
|
|
|
2020-05-22 11:17:37 +01:00
|
|
|
## Synopsis
|
2016-08-03 21:36:28 +01:00
|
|
|
|
|
|
|
Prints the total size and number of objects in remote:path.
|
|
|
|
|
|
|
|
```
|
2017-09-30 14:19:47 +01:00
|
|
|
rclone size remote:path [flags]
|
|
|
|
```
|
|
|
|
|
2020-05-22 11:17:37 +01:00
|
|
|
## Options
|
2017-09-30 14:19:47 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for size
|
2018-04-28 11:46:27 +01:00
|
|
|
--json format output as JSON
|
2016-08-03 21:36:28 +01:00
|
|
|
```
|
|
|
|
|
2019-06-20 16:18:02 +01:00
|
|
|
See the [global flags page](/flags/) for global options not listed here.
|
|
|
|
|
2020-05-22 11:17:37 +01:00
|
|
|
## SEE ALSO
|
2016-08-03 21:36:28 +01:00
|
|
|
|
2018-10-15 11:03:08 +01:00
|
|
|
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
|
2018-03-19 10:06:13 +00:00
|
|
|
|