mirror of
https://github.com/rclone/rclone.git
synced 2025-12-12 06:24:14 +01:00
acd docs: clarify --max-size only ignoring files (not splitting)
This commit is contained in:
@@ -175,4 +175,5 @@ This means that larger files are likely to fail.
|
|||||||
Unfortunatly there is no way for rclone to see that this failure is
|
Unfortunatly there is no way for rclone to see that this failure is
|
||||||
because of file size, so it will retry the operation, as any other
|
because of file size, so it will retry the operation, as any other
|
||||||
failure. To avoid this problem, use `--max-size 50000M` option to limit
|
failure. To avoid this problem, use `--max-size 50000M` option to limit
|
||||||
the maximum size of uploaded files.
|
the maximum size of uploaded files. Note that `--max-size` does not split
|
||||||
|
files into segments, it only ignores files over this size.
|
||||||
|
|||||||
Reference in New Issue
Block a user