Binbin Qian
4af2f01abc
docs: add tips about outdated certificates
2025-08-21 08:21:02 +02:00
Lucas Bremgartner
dd3fff6eae
FAQ: specify the availability of SSL_CERT_* env vars
...
SSL_CERT_FILE and SSL_CERT_DIR env vars are only available on Unix systems other than macOS.
Addressing comment https://github.com/rclone/rclone/pull/1977#issuecomment-3201961570
2025-08-20 12:34:04 +01:00
Nick Craig-Wood
6a9c221841
fs: allow setting of --http_proxy from command line
...
This in turn allows `override.http_proxy` to be set in backend configs
to set an http proxy for a single backend.
2025-07-23 15:09:51 +01:00
albertony
79b549b5a4
docs: fix markdownlint issue md049/emphasis-style
2025-07-21 20:23:16 +02:00
albertony
c817fc5c57
docs: fix markdownlint issue md001/heading-increment
2025-07-21 20:23:16 +02:00
albertony
0bb4d0a985
docs: fix markdownlint issue md003/heading-style
2025-07-21 20:23:16 +02:00
albertony
b17c3d18af
docs: fix markdownlint issue md013/line-length
2025-07-21 20:23:16 +02:00
albertony
1c26f40078
docs: fix markdownlint issue md040/fenced-code-language
2025-07-21 20:23:16 +02:00
albertony
667ad093eb
docs: fix markdownlint issue md046/code-block-style
2025-07-21 20:23:16 +02:00
albertony
7a0d5ab0b4
docs: fix markdownlint issue md059/descriptive-link-text
2025-07-21 20:23:16 +02:00
albertony
73452551c6
docs: fix markdownlint issue md012/no-multiple-blanks
2025-07-21 20:23:16 +02:00
albertony
0411a41e11
docs: fix markdownlint issue md031/blanks-around-fences
2025-07-21 20:23:16 +02:00
albertony
0506826ff5
docs: fix markdownlint issue md009/no-trailing-spaces
2025-07-21 20:23:16 +02:00
albertony
3c092cfc17
docs: change use of parameter type N and NUMBER to int consistent with flags and cli help
2025-07-08 11:28:28 +02:00
Jeff Geerling
7606ad8294
docs: add FAQ for dismissing 'rclone.conf not found'
...
See: https://forum.rclone.org/t/notice-about-missing-rclone-conf-is-annoying/51116
2025-05-09 08:23:31 +02:00
Nick Craig-Wood
385465bfa9
sync: implement --list-cutoff to allow on disk sorting for reduced memory use
...
Before this change, rclone had to load an entire directory into RAM in
order to sort it so it could be synced.
With directories with millions of entries, this used too much memory.
This fixes the probem by using an on disk sort when there are more
than --list-cutoff entries in a directory.
Fixes #7974
2025-04-08 18:02:24 +01:00
Nick Craig-Wood
19aa366d88
pool: add --max-buffer-memory to limit total buffer memory usage
2025-03-17 18:01:15 +00:00
Nick Craig-Wood
c5c7bcdd45
docs: link the workaround for big directory syncs in the FAQ #7974
2024-08-01 16:33:09 +01:00
Evan McBeth
96e39ea486
docs: improve readability in faq
2024-05-16 15:35:42 +02:00
Mariusz Suchodolski
625a564ba3
docs: faq: add solution for port opening issues on Windows
2023-06-25 11:20:54 +01:00
Drew Parsons
927e721a25
docs: faq: clarify name resolver control
...
On Linux systems rclone builds with cgo but uses the internal Go
resolver for DNS by default.
This update the FAQ to suggest use of GODEBUG=netdns=cgo if there are
name resolution problems on Linux/BSD (with CGO_ENABLED rebuild from
source if necessary), or try GODEBUG=netdns=go on Windows/MacOS.
See: #683
2023-03-28 15:24:37 +01:00
albertony
b9d9f9edb0
docs: use --interactive instead of -i in examples to avoid confusion
2023-01-24 20:43:51 +01:00
asdffdsazqqq
84219b95ab
docs: faq: how to use a proxy server that requires a username and password - fixes #6565
2022-11-15 17:58:43 +00:00
Samuel Johnson
8114744bce
docs: Update faq.md with bisync
...
Updated FAQ to clarify that experimental bi-sync is now available.
2022-10-23 11:15:09 +01:00
albertony
bc70a95fca
docs: consistent capitalization of WebDAV, DLNA, HTTP
2022-06-21 23:43:00 +02:00
Kaspian
9f7484e4e9
docs: faq: small grammar fix
2022-05-12 20:23:48 +01:00
Atílio Antônio
c08d48a50d
docs: improve grammar and fix typos ( #5361 )
...
This alters some comments in source files, but is interested mainly in documentation files and help messages.
2021-11-04 12:50:43 +01:00
albertony
91cdaffcc1
docs: add faq section explaining why rclone changes fullwidth characters in file names
2021-11-01 12:46:23 +00:00
albertony
b5a27b1c75
docs: cleanup header levels
2021-09-30 17:54:57 +02:00
Bob Bagwill
46858ee6fe
docs: fix typo in FAQ
2020-12-27 12:43:30 +00:00
Josh Soref
3e1cb8302a
docs: spelling: etc.
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
Josh Soref
e4a87f772f
docs: spelling: e.g.
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
Nick Craig-Wood
844b903595
docs: promote the use of -i/--interactive and "rclone sync -i" everywhere #1574
2020-06-10 12:33:53 +01:00
Nick Craig-Wood
e62c032184
docs: remove manually set dates and use git dates instead
2020-06-01 13:07:46 +01:00
Martin Michlmayr
db9d94f5de
doc: improve wording
2020-05-20 15:54:51 +01:00
AlexandrBoltris
c526bdb579
docs: typo fix in faq.md
2019-10-14 17:07:29 +01:00
SwitchJS
9a5ea9c8a8
docs: fix spelling
2019-10-05 16:00:39 +01:00
Nick Craig-Wood
64fb4effa7
docs: add FAQ entry about rclone using too much memory
...
See: #2200 #1391 3196
2019-06-12 11:08:19 +01:00
Nick Craig-Wood
368ed9e67d
docs: add a FAQ entry about --max-backlog
2019-03-09 16:19:24 +00:00
Nick Craig-Wood
6f25e48cbb
ftp: fix docs to note ftp_proxy isn't supported
2019-01-29 14:38:26 +00:00
Nick Craig-Wood
5e5578d2c3
docs: rclone config file instead of rclone -h to find config file
2019-01-13 17:56:57 +00:00
Stephen Harris
4c8c87a935
Update PROXY section of the FAQ
2018-11-23 20:14:36 +00:00
Lucas Bremgartner
8c90bfb0cd
FAQ: env vars for SSL root certs and DNS resolver
...
Added section to FAQ about environment variables, which allow to control
location of SSL root certificate as well as DNS resolver used.
see also comment in #683
2018-01-16 19:53:47 +00:00
Stefan Breunig
ee52365e88
doc: add FAQ entry for "tcp lookup no such host" - fixes #683
2017-07-27 18:20:25 +02:00
Nick Craig-Wood
17aac9b15f
Note certificates FAQ works on Solaris too
2016-04-22 11:53:56 +01:00
Nick Craig-Wood
dd36264aad
Add FAQ All my uploaded docx/xlsx/pptx files appear as archive/zip
...
Fixes #417
2016-04-12 21:41:24 +01:00
Nick Craig-Wood
f30c836696
Note Linux version requirements for running rclone - fixes #346
2016-02-21 13:59:24 +00:00
Nick Craig-Wood
4676a89963
Note that you may need curl --insecure when fetching root CA certificates
2016-02-16 14:55:26 +00:00
Nick Craig-Wood
5189231a34
Tweaks to rclone authorize
...
* Document the headless / remote setup procedure
* Move Config constants into fs
* Parse arguments in main for Authorize
2016-01-07 20:31:23 +00:00
Nick Craig-Wood
66d84c9914
Document where to install root certificates - fixes #196
2015-11-05 18:09:56 +00:00