Commit Graph

69 Commits

Author SHA1 Message Date
e90537b2e9 Version v1.63.0 2023-06-30 14:11:17 +01:00
acd67edf9a docs: remove "After" in systemd mount example again 2023-06-22 18:03:04 +01:00
77c7077458 Version v1.62.0 2023-03-14 12:42:23 +00:00
c0a5283416 docs: rclone mount on macOS with macFUSE and FUSE-T 2023-03-13 10:55:39 +00:00
2001cc0831 Version v1.61.0 2022-12-20 17:16:14 +00:00
01dbbff62e Version v1.60.0 2022-10-21 15:06:08 +01:00
7fbc928a19 docs: remove "After" in systemd mount example
See #6459
2022-09-26 19:14:10 +02:00
27096323db docs: remove "After" in automount example
According to [systemd.automount](https://www.freedesktop.org/software/systemd/man/systemd.automount.html) manual

> Note that automount units are separate from the mount itself, so you should 
> not set After= or Requires= for mount dependencies here. 
> For example, you should not set After=network-online.target or 
> similar on network filesystems. Doing so may result in an ordering cycle.
2022-09-26 19:11:29 +02: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
169990e270 Version v1.57.0 2021-11-01 15:45:40 +00:00
bce395385d mount/docs: improve wording 2021-10-09 18:53:57 +03:00
a065fb23e5 mount: document the mount helper mode, make command docs - #5594 2021-10-03 01:44:08 +03:00
bb6b44d199 DOC: "OS X" -> "macOS" 2021-08-10 10:12:30 +03:00
37ff05a5fa Version v1.56.0 2021-07-20 19:45:41 +01:00
0bfd6f793b docs: replace OSX with macOS 2021-07-05 14:51:00 +01:00
29f967dba3 make commanddocs for v1.56 (#5383) 2021-06-08 18:57:04 +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
6e2e2d9eb2 Version v1.55.0 2021-03-31 19:12:08 +01:00
fd94b3a473 docs: replace #file-caching with #vfs-file-caching
The documentation had dead links pointing to #file-caching. They've been
moved to point to #vfs-file-caching.
2021-02-13 12:56:25 +00:00
7f5ee5d81f Version v1.54.0 2021-02-02 14:17:09 +00:00
2896f51a22 docs: Fixed links to VFS FIle Caching section 2020-11-23 16:30:58 +00:00
3f3afe489f docs: mount: minor changes to wording 2020-10-28 15:43:49 +00:00
70b21d9c87 docs: Update mount docs
Eliminate repeat word mode
2020-10-28 15:42:33 +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
4d6af44045 docs: update all auto generated docs 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
050879f0ca docs: make command docs titles be one higher 2020-05-27 17:31:09 +01:00
6d19bbba73 docs: add description to commands and index page 2020-05-27 17:31:08 +01:00
a54210a2e4 docs: restore missing mount --daemon docs
This was done as part of ebfeec9fb4 which unfortunately patched
the auto generated files.
2020-02-10 15:29:39 +00:00
102a38bb95 docs: restore lost VFS poll interval docs
These came from 3d475dc0ee which unfortunately got added the
docs to the auto generated files.
2020-02-10 15:29:39 +00:00
7a54e13110 docs: restore lost VFS case insensitive docs
These came from 1c4e33d4ad which unfortunately
added the docs to the auto generated files.
2020-02-10 15:29:39 +00:00
feee92c790 docs: restore lost mount share docs
These came from 162fdfe455 which unfortunately added the docs to
the auto generated files.
2020-02-10 15:29:39 +00:00
dfb710eab7 gendocs: add autogenerated header to all docs 2020-02-10 15:29:39 +00:00
43daecd89b Version v1.51.0 2020-02-01 10:40:01 +00:00
162fdfe455 mount: document remotes as network shares on Windows
Provided instructions for mounting remotes as network shares/network drives in a Windows environment
2019-11-27 11:40:24 +00:00
6fabf476cf Version v1.50.0 2019-10-26 11:04:54 +01:00
1c4e33d4ad vfs: add flag --vfs-case-insensitive for windows/macOS mounts
rclone mount when run on Windows & macOS will now default to `--vfs-case-insensitive`.
This means that
2019-09-04 21:30:48 +01:00
a6387e1f81 Version v1.49.0 2019-08-26 15:25:20 +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
4ee6de5c3e docs: add a new page with global flags and link to it from the command docs
In f544234 we removed the global flags from each command as it was
making each page very big and causing 1000s of lines of duplication in
the man page.

This change adds a new flags page with all the global flags on and
links each command page to it.

Fixes #3273
2019-06-20 16:45:44 +01:00
245fed513a Version v1.48.0 2019-06-15 13:55:41 +01:00
f544234e26 gendocs: remove global flags from command help pages 2019-05-11 23:39:50 +01:00
3d475dc0ee mount: Fix poll interval documentation 2019-04-24 18:21:04 +01:00
a0d4fdb2fa Version v1.47.0 2019-04-13 11:01:58 +01:00
eb85ecc9c4 Version v1.46 2019-02-09 10:42:57 +00:00
d35bd15762 Version v1.45 2018-11-24 13:44:25 +00:00
64fce8438b docs: Fix a couple of minor typos in rclone_mount.md
* "transferring" instead of "transfering"
* "connection" instead of "connnection"
* "mount" instead of "mount mount"
2018-11-14 22:48:58 +00:00