forked from TrueCloudLab/rclone
docs/jottacloud: correct reference to temp-dir
This commit is contained in:
parent
2a85feda4b
commit
dfa9381814
1 changed files with 4 additions and 3 deletions
|
@ -180,9 +180,10 @@ flag.
|
||||||
|
|
||||||
Note that Jottacloud requires the MD5 hash before upload so if the
|
Note that Jottacloud requires the MD5 hash before upload so if the
|
||||||
source does not have an MD5 checksum then the file will be cached
|
source does not have an MD5 checksum then the file will be cached
|
||||||
temporarily on disk (wherever the `TMPDIR` environment variable points
|
temporarily on disk (in location given by
|
||||||
to) before it is uploaded. Small files will be cached in memory - see
|
[--temp-dir](/docs/#temp-dir-dir)) before it is uploaded.
|
||||||
the [--jottacloud-md5-memory-limit](#jottacloud-md5-memory-limit) flag.
|
Small files will be cached in memory - see the
|
||||||
|
[--jottacloud-md5-memory-limit](#jottacloud-md5-memory-limit) flag.
|
||||||
When uploading from local disk the source checksum is always available,
|
When uploading from local disk the source checksum is always available,
|
||||||
so this does not apply. Starting with rclone version 1.52 the same is
|
so this does not apply. Starting with rclone version 1.52 the same is
|
||||||
true for crypted remotes (in older versions the crypt backend would not
|
true for crypted remotes (in older versions the crypt backend would not
|
||||||
|
|
Loading…
Reference in a new issue