93e8a976ef
Version v1.67.0
2024-06-14 16:04:51 +01:00
b6013a5e68
Version v1.66.0
2024-03-10 11:22:43 +00:00
d05fd2a14f
docs: add badge for experimental/beta/deprecated status next to version in backend docs
2022-12-03 18:58:55 +01:00
959cd938bc
docs: Add minimum versions to all the backend pages and some of the other pages
2022-11-18 14:41:24 +00:00
00a684d877
Version v1.59.0
2022-07-09 18:09:25 +01:00
f9354fff2f
Version v1.58.0
2022-03-18 12:29:54 +00:00
a301478a13
config: improved punctuation in initial config prompt
2022-01-16 14:57:38 +01:00
169990e270
Version v1.57.0
2021-11-01 15:45:40 +00:00
c2597a4fa3
docs: cleanup header levels in backend docs ( #5698 )
2021-10-14 15:40:18 +02:00
37ff05a5fa
Version v1.56.0
2021-07-20 19:45:41 +01:00
062919e08c
deprecate cache backend ( #5382 )
2021-06-10 19:52:55 +03:00
2925e1384c
Use binary prefixes for size and rate units
...
Includes adding support for additional size input suffix Mi and MiB, treated equivalent to M.
Extends binary suffix output with letter i, e.g. Ki and Mi.
Centralizes creation of bit/byte unit strings.
2021-04-27 02:25:52 +03:00
d96af3b005
docs: convert bogus example link to code
...
Convert the bogus example plex url from a url that is auto created to code format that hopefully isn't.
2021-02-16 23:20:49 +01:00
3e1cb8302a
docs: spelling: etc.
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
e4a87f772f
docs: spelling: e.g.
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-28 18:16:23 +00:00
510ac341e1
Version v1.53.0
2020-09-02 17:00:18 +01:00
e62c032184
docs: remove manually set dates and use git dates instead
2020-06-01 13:07:46 +01:00
6882aeff97
Version v1.52.0
2020-05-27 17:31:10 +01:00
16e89706d3
docs: add a status notice to the cache backend
2020-05-27 17:31:09 +01:00
74b8cbfb84
docs: set unsafe HTML parsing to false and fix raw HTML insertion
...
This means that markdown files can't contain <thing> any more.
2020-05-27 17:31:09 +01:00
4aee962233
doc: fix typos throughout docs and code
2020-05-20 15:54:51 +01:00
fb169a8b54
doc: fix typos throughout docs
2020-05-19 12:02:44 +01:00
73e010aff9
docs: make the config walkthroughs consistent for each backend
2019-08-26 10:47:17 +01:00
57d5de6fba
build: fix up package paths after repo move
...
git grep -l github.com/ncw/rclone | xargs -d'\n' perl -i~ -lpe 's|github.com/ncw/rclone|github.com/rclone/rclone|g'
goimports -w `find . -name \*.go`
2019-07-28 18:47:38 +01:00
245fed513a
Version v1.48.0
2019-06-15 13:55:41 +01:00
81fad0f0e3
docs: fix typo in cache documentation
2019-05-20 19:20:59 +01:00
3d424c6e08
docs: fix various typos
2019-03-28 15:12:51 +00:00
d35bd15762
Version v1.45
2018-11-24 13:44:25 +00:00
1b78f4d1ea
Changed the docs scripts to use $HOME & $USER instead of specific values
...
Signed-off-by: Anagh Kumar Baranwal <anaghk.dos@gmail.com >
2018-11-13 11:00:34 +00:00
78b9bd77f5
docs: auto generate backend options documentation
...
This inserts the output of "rclone help backend xxx" into the help
pages for each backend.
2018-10-06 11:47:46 +01:00
a9273c5da5
docs: move documentation for options from docs/content into backends
...
In the following commit, the documentation will be autogenerated.
2018-10-06 11:47:46 +01:00
e5663de09e
docs: add section for .plex.direct urls to cache
2018-09-10 21:15:18 +01:00
f6ee0795ac
cache: preserve leading / in wrapped remote path
...
When combining the remote value and the root path, preserve the absence
or presence of the / at the beginning of the wrapped remote path.
e.g. a remote "cloud:" and root path "dir" becomes "cloud:dir" instead
of "cloud:/dir".
Fixes #2553
2018-09-10 20:35:50 +01:00
5a6750e1cd
cache: documentation fix for cache-chunk-total-size - Fixes #2519
...
Signed-off-by: Anagh Kumar Baranwal <anaghk.dos@gmail.com >
2018-09-04 16:16:35 +01:00
5eba392a04
cache: clarify docs
2018-09-03 20:28:15 +01:00
42959fe9c3
Swap cache-db-path and cache-chunk-path
...
Have the db path option come first in doc, as the chunk path references db and isn't needed if the preceding (db path) command is used.
2018-08-03 13:00:13 +01:00
27dfcf303c
cache: improve docs
...
This adds that the cache-chunk-path needs to be cleared manually if chunk-size is changed.
2018-04-13 13:26:26 +01:00
078d705dbe
cache: notify vfs and support crypt in rpc - #2111
2018-03-15 11:39:16 +02:00
677971643c
cache: add support for rc
2018-03-14 22:58:20 +02:00
a7dbf32c53
cache: Implement --cache-db-wait-time flag
...
This can be used to make the cache wait for other running cache
backends to finish rather than erroring after 1 second.
2018-03-08 21:14:09 +00:00
40af98b0b3
cache: offline uploading
2018-01-30 00:05:04 +02:00
4eac50eb83
cache: update docs for 1.39
2017-12-22 13:52:55 +02:00
c5cf0792f2
cache: add the ability to specify a custom chunk path - fixes #1872
2017-12-20 22:43:30 +02:00
b48b537325
cache: plex integration, refactor chunk storage and worker retries ( #1899 )
2017-12-09 23:54:26 +02:00
016abf825e
cache: first version
2017-11-15 15:23:21 +00:00