forked from TrueCloudLab/rclone
docs: note that rcat will retry chunks when multipart uploading
See: https://forum.rclone.org/t/the-rclone-rcat-reliability-for-the-uploading-files-to-s3/36830
This commit is contained in:
parent
d8d53b7aa0
commit
82f9554474
1 changed files with 5 additions and 4 deletions
|
@ -52,10 +52,11 @@ and actually stream it, even if remote backend doesn't support streaming.
|
||||||
size of the stream is different in length to the ` + "`--size`" + ` passed in
|
size of the stream is different in length to the ` + "`--size`" + ` passed in
|
||||||
then the transfer will likely fail.
|
then the transfer will likely fail.
|
||||||
|
|
||||||
Note that the upload can also not be retried because the data is
|
Note that the upload cannot be retried because the data is not stored.
|
||||||
not kept around until the upload succeeds. If you need to transfer
|
If the backend supports multipart uploading then individual chunks can
|
||||||
a lot of data, you're better off caching locally and then
|
be retried. If you need to transfer a lot of data, you may be better
|
||||||
` + "`rclone move`" + ` it to the destination.`,
|
off caching it locally and then ` + "`rclone move`" + ` it to the
|
||||||
|
destination which can use retries.`,
|
||||||
Annotations: map[string]string{
|
Annotations: map[string]string{
|
||||||
"versionIntroduced": "v1.38",
|
"versionIntroduced": "v1.38",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue