forked from TrueCloudLab/rclone
acd: fix docs for --max-size
This commit is contained in:
parent
d8b7156b5c
commit
2c594dd996
1 changed files with 1 additions and 1 deletions
|
@ -174,5 +174,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 50G` 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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue