mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 13:26:11 +08:00
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
|
@ -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
|
||||
then the transfer will likely fail.
|
||||
|
||||
Note that the upload can also not be retried because the data is
|
||||
not kept around until the upload succeeds. If you need to transfer
|
||||
a lot of data, you're better off caching locally and then
|
||||
` + "`rclone move`" + ` it to the destination.`,
|
||||
Note that the upload cannot be retried because the data is not stored.
|
||||
If the backend supports multipart uploading then individual chunks can
|
||||
be retried. If you need to transfer a lot of data, you may be better
|
||||
off caching it locally and then ` + "`rclone move`" + ` it to the
|
||||
destination which can use retries.`,
|
||||
Annotations: map[string]string{
|
||||
"versionIntroduced": "v1.38",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user