forked from TrueCloudLab/rclone
acd docs: clarify --max-size only ignoring files (not splitting)
This commit is contained in:
parent
8aae166a5b
commit
36d411c25d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
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
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue