mirror of
https://github.com/rclone/rclone.git
synced 2024-12-24 16:09:01 +01:00
acd: Fix docs for --max-size option suggestion
This commit is contained in:
parent
9ea20bac42
commit
7cf6fe2209
@ -154,5 +154,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=50GB` option to limit
|
failure. To avoid this problem, use `--max-size 50G` option to limit
|
||||||
the maximum size of uploaded files.
|
the maximum size of uploaded files.
|
||||||
|
Loading…
Reference in New Issue
Block a user