mirror of
https://github.com/rclone/rclone.git
synced 2025-02-18 11:31:19 +01:00
docs/drive: mention that google docs count as empty files in directory totals
This commit is contained in:
parent
75455d4000
commit
fe271a4e35
@ -1375,8 +1375,11 @@ and upload the files if you prefer.
|
|||||||
|
|
||||||
### Limitations of Google Docs
|
### Limitations of Google Docs
|
||||||
|
|
||||||
Google docs will appear as size -1 in `rclone ls` and as size 0 in
|
Google docs will appear as size -1 in `rclone ls`, `rclone ncdu` etc,
|
||||||
anything which uses the VFS layer, e.g. `rclone mount`, `rclone serve`.
|
and as size 0 in anything which uses the VFS layer, e.g. `rclone mount`
|
||||||
|
and `rclone serve`. When calculating directory totals, e.g. in
|
||||||
|
`rclone size` and `rclone ncdu`, they will be counted in as empty
|
||||||
|
files.
|
||||||
|
|
||||||
This is because rclone can't find out the size of the Google docs
|
This is because rclone can't find out the size of the Google docs
|
||||||
without downloading them.
|
without downloading them.
|
||||||
|
Loading…
Reference in New Issue
Block a user