Commit Graph
18 Commits
Author SHA1 Message Date
kapitainskyandGitHub 5e3d783b3e docs: note macOS 10.15 (Catalina) support with version v1.70.3
due to min golang requirements macOS Catalina (10.15) can not run newer rclone versions
2026-03-28 12:29:53 +00:00
kapitainskyandGitHub 43848f5c42 docs: update version introduced to v1.70 in doi docs
Fixes #8948
2025-11-08 21:33:38 +00:00
kapitainskyandGitHub bfa3278f30 docs: add comment how to reduce rclone binary size (#8000)
See #7998
2024-08-10 17:52:32 +01:00
kapitainskyandNick Craig-Wood 6232cc123f docs: Proton Drive, correct typo
Proton Drive correct typo
2024-03-22 16:36:21 +00:00
kapitainskyandalbertony 2591703494 docs: clarify shell_type = none and ssh = behaviour
Discussed on the forum:

https://forum.rclone.org/t/can-rclone-be-made-to-work-with-an-sftp-server-confining-users-to-an-sftp-jail-and-no-login/44931
2024-03-21 15:08:56 +01:00
kapitainskyandNick Craig-Wood 17fea90ac9 docs: add rclone OS requirements
Adds rclone OS requirements list and latest rclone versions known to be working with specific historical OS versions.

Discussed on the forum:
https://forum.rclone.org/t/rclone-1-65-1-runtime-exception-error-crash-immediately-after-running-the-command/44051

Fixes: #7571
2024-01-17 16:42:33 +00:00
kapitainskyandGitHub e45cb4fc75 docs: single character remote names in Windows
Clarify how single character remote names are interpreted in Windows (as drive letters)

See: https://forum.rclone.org/t/issue-with-single-character-configuration-on-windows-with-rclone/
2023-09-01 11:00:14 +01:00
kapitainskyandGitHub 4444037f5c docs: box client_id creation
See: https://forum.rclone.org/t/box-getting-403-errors-when-using-chunker-working-fine-without-it/40388/22
2023-08-03 14:51:49 +01:00
kapitainskyandNick Craig-Wood e66675d346 docs: rclone backend restore 2023-07-29 11:31:16 +09:00
kapitainskyandNick Craig-Wood 3ad255172c docs: b2 versions names caveat 2023-07-28 09:23:34 +09:00
kapitainskyandNick Craig-Wood 363da9aa82 docs: s3 versions names caveat 2023-07-27 12:36:50 +09:00
kapitainskyandNick Craig-Wood 3a5ffc7839 docs: mention Box as base32768 compatible
As suddenly many people move to Box - another "unlimited" cloud story migration saga there are frequent questions about crypt files encoding to be used.

Box is base32768 friendly.

It has been tested with:

https://pub.rclone.org/base32768.zip

and:

rclone test info --check-length boxremote:

maxFileLength = 255 // for 1 byte unicode characters
maxFileLength = 255 // for 2 byte unicode characters
maxFileLength = 255 // for 3 byte unicode characters
maxFileLength = -1 // for 4 byte unicode characters
2023-07-18 19:55:54 +01:00
kapitainskyandNick Craig-Wood 378a2d21ee --max-transfer - add new exit code (10)
It adds dedicated exit code (10) for --max-duration flag.

Rclone will exit with exit code 10 if the duration limit is reached.

It behaves in similar fashion as --max-transfer and exit code 8.

discussed on the forum:

https://forum.rclone.org/t/max-duration-option-is-triggering-exit-with-error/39917/6
2023-07-18 09:51:31 +01:00
kapitainskyandNick Craig-Wood 7751d5a00b rc: config/listremotes include from env vars
Fixes: 
#6540

Discussed:
https://forum.rclone.org/t/environment-variable-config-not-used-for-remote-control/39014
2023-06-26 12:30:44 +01:00
kapitainskyandNick Craig-Wood 998d1d1727 docs: listremotes also includes remotes from env vars 2023-06-24 15:46:23 +01:00
kapitainskyandNick Craig-Wood e1162ec440 docs: clarify --server-side-across-configs 2023-06-13 17:58:27 +01:00
kapitainskyandGitHub 666e34cf69 s3: docs: old broken link updated 2023-06-09 18:15:54 +01:00
kapitainskyandGitHub 7a5491ba7b docs: chunker: fix typo 2023-05-17 17:10:53 +01:00