rclone/vfs/vfscommon
tYYGH c0cf54067a
vfs: --vfs-used-is-size to report used space using recursive scan (#4043)
Some backends, most notably S3, do not report the amount of bytes used.
This patch introduces a new flag that allows instead of relying on the
backend, use recursive scan similar to `rclone size` to compute the total
used space. However, this is ineffective and should be used as a last resort.

Co-authored-by: Yves G <theYinYeti@yalis.fr>
2021-02-17 23:36:13 +03:00
..
cachemode.go fs: Add string alternatives for setting options over the rc 2021-02-07 14:56:41 +00:00
cachemode_test.go fs: Add string alternatives for setting options over the rc 2021-02-07 14:56:41 +00:00
options.go vfs: --vfs-used-is-size to report used space using recursive scan (#4043) 2021-02-17 23:36:13 +03:00
path.go vfs: fix OS vs Unix path confusion - fixes ChangeNotify on Windows 2020-06-03 17:05:58 +01:00