albertony
c2597a4fa3
docs: cleanup header levels in backend docs ( #5698 )
2021-10-14 15:40:18 +02:00
Jonta
d8d621c175
docs: grammar/readability ( #5633 )
2021-09-30 15:34:00 +02:00
Nick Craig-Wood
37ff05a5fa
Version v1.56.0
2021-07-20 19:45:41 +01:00
albertony
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
Nick Craig-Wood
6e2e2d9eb2
Version v1.55.0
2021-03-31 19:12:08 +01:00
Romeo Kienzler
297ca23abd
docs: fix typo in crypt.md ( #5037 )
2021-02-17 19:11:57 +03:00
albertony
3b49440c25
crypt: docs: extended description
2021-01-21 13:40:12 +00:00
Evan Harris
768ad4de2a
docs: Updated crypt/cryptdecode docs with additional info
2021-01-21 09:55:20 +00:00
Milly
3aee544cee
docs: fix invalid option name in example of crypt config
2020-12-27 15:46: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
Josh Soref
bbe7eb35f1
docs: spelling: server-side
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-10-28 18:16:23 +00:00
edwardxml
8e8ae1edc7
crypt: update docs
...
Mostly tense, clarity and point of view proposed changes.
There is still some duplication and benefits that would accrue from further examples.
2020-10-05 17:19:00 +01:00
Nick Craig-Wood
510ac341e1
Version v1.53.0
2020-09-02 17:00:18 +01: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
Nick Craig-Wood
6882aeff97
Version v1.52.0
2020-05-27 17:31:10 +01:00
Nick Craig-Wood
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
Martin Michlmayr
7a5b531bd0
docs: fix cosmetics issues
2020-05-26 13:49:09 +01:00
Martin Michlmayr
fb169a8b54
doc: fix typos throughout docs
2020-05-19 12:02:44 +01:00
Samantha McVey
6765303de4
docs: unmystify how crypt stores encryption password in config
...
Without explaining exactly how this is generated, it can be confusing
and worrying to not know how the password that encrypts your data is
stored.
This also brings peace of mind to the user that even though
the same password is obscured differently each time, all the data to
get back to the original password remains. Explaining how it works
is much better than the reader of the documentation having to trust
a blackboxy/magical mechanism.
2020-03-26 17:14:45 +00:00
Nick Craig-Wood
43daecd89b
Version v1.51.0
2020-02-01 10:40:01 +00:00
Nick Craig-Wood
73e010aff9
docs: make the config walkthroughs consistent for each backend
2019-08-26 10:47:17 +01:00
Nick Craig-Wood
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
Nick Craig-Wood
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
Dave Pedu
5bedc4c668
crypt: fix path in docs
2018-03-17 11:59:25 +00:00
Oliver Heyme
9a653fea10
crypt: Changed max filename length documentation to 143
2018-02-06 18:26:58 +00:00
ishuah
dfaee55ef3
crypt: Added option to encrypt directory names or leave them intact - #1240
2017-11-06 10:38:48 +00:00
Corban Raun
a8dfc5ce3b
Fix spelling in some documentation
2017-11-05 21:38:59 +00:00
Stephen Harris
6e003934fc
crypt: add an "obfuscate" option for filename encryption.
...
This is a simple "rotate" of the filename, with each file having a rot
distance based on the filename. We store the distance at the beginning
of the filename. So a file called "go" would become "37.KS".
This is not a strong encryption of filenames, but it should stop automated
scanning tools from picking up on filename patterns. As such it's an
intermediate between "off" and "standard". The advantage is that it
allows for longer path segment names.
We use the nameKey as an additional input to calculate the obfuscation
distance. This should mean that two different passwords will result
in two different keys
The obfuscation rotation works by splitting the ranges up and handle cases
0-9
A-Za-z
0xA0-0xFF
and anything greater in blocks of 256
2017-03-29 17:56:55 +01:00
Nick Craig-Wood
4652db34a4
Update config docs - fixes #1174
2017-03-05 10:14:57 +00:00
Nick Craig-Wood
0ce34be41d
Fix bulleted list doc formatting errors - fixes #1170
2017-03-02 15:07:25 +00:00
Nick Craig-Wood
18c75a81f9
Add notes on cryptcheck and backups to crypt docs
2017-02-12 16:49:31 +00:00
Nick Craig-Wood
390f3cf35b
crypt: Add --crypt-show-mapping to show encrypted file mapping
...
Fixes #1004
2017-01-29 10:14:17 +00:00
emyarod
3c87a0d0dc
Update remote docs to show correct setup process
2017-01-10 13:09:52 +00:00
Nick Craig-Wood
83849e0a36
Don't show encrypted password to stop confusion - fixes #656
2016-10-08 11:26:14 +01:00
Nick Craig-Wood
fe53caf997
crypt: clarify docs about subdirectories - fixes #655
2016-10-08 10:52:29 +01:00
Nick Craig-Wood
75e5e59385
crypt: document mod times and hashes
2016-10-05 16:19:09 +01:00
Nick Craig-Wood
43eadf278c
Remove flattening and replace with {off, standard} name encryption
2016-08-23 17:45:37 +01:00
Nick Craig-Wood
226c2a0d83
Implement crypt for encrypted remotes - #219
2016-08-23 17:45:37 +01:00