mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
netstorage: fix unescaped HTML in documentation
This commit is contained in:
parent
388e74af52
commit
750fffdf71
4
MANUAL.html
generated
4
MANUAL.html
generated
@ -19720,7 +19720,7 @@ y/e/d> y</code></pre>
|
||||
<p>Here are the standard options specific to netstorage (Akamai NetStorage).</p>
|
||||
<h4 id="netstorage-host">--netstorage-host</h4>
|
||||
<p>Domain+path of NetStorage host to connect to.</p>
|
||||
<p>Format should be <domain>/<internal folders></p>
|
||||
<p>Format should be <code><domain>/<internal folders></code></p>
|
||||
<p>Properties:</p>
|
||||
<ul>
|
||||
<li>Config: host</li>
|
||||
@ -19785,7 +19785,7 @@ y/e/d> y</code></pre>
|
||||
<h3 id="symlink">symlink</h3>
|
||||
<p>You can create a symbolic link in ObjectStore with the symlink action.</p>
|
||||
<pre><code>rclone backend symlink remote: [options] [<arguments>+]</code></pre>
|
||||
<p>The desired path location (including applicable sub-directories) ending in the object that will be the target of the symlink (for example, /links/mylink). Include the file extension for the object, if applicable. rclone backend symlink <src> <path></p>
|
||||
<p>The desired path location (including applicable sub-directories) ending in the object that will be the target of the symlink (for example, /links/mylink). Include the file extension for the object, if applicable. <code>rclone backend symlink <src> <path></code></p>
|
||||
<h1 id="microsoft-azure-blob-storage">Microsoft Azure Blob Storage</h1>
|
||||
<p>Paths are specified as <code>remote:container</code> (or <code>remote:</code> for the <code>lsd</code> command.) You may put subdirectories in too, e.g. <code>remote:container/path/to/dir</code>.</p>
|
||||
<h2 id="configuration-25">Configuration</h2>
|
||||
|
4
MANUAL.md
generated
4
MANUAL.md
generated
@ -29340,7 +29340,7 @@ Here are the standard options specific to netstorage (Akamai NetStorage).
|
||||
|
||||
Domain+path of NetStorage host to connect to.
|
||||
|
||||
Format should be <domain>/<internal folders>
|
||||
Format should be `<domain>/<internal folders>`
|
||||
|
||||
Properties:
|
||||
|
||||
@ -29432,7 +29432,7 @@ You can create a symbolic link in ObjectStore with the symlink action.
|
||||
The desired path location (including applicable sub-directories) ending in
|
||||
the object that will be the target of the symlink (for example, /links/mylink).
|
||||
Include the file extension for the object, if applicable.
|
||||
rclone backend symlink <src> <path>
|
||||
`rclone backend symlink <src> <path>`
|
||||
|
||||
|
||||
|
||||
|
4
MANUAL.txt
generated
4
MANUAL.txt
generated
@ -28719,7 +28719,7 @@ NetStorage).
|
||||
|
||||
Domain+path of NetStorage host to connect to.
|
||||
|
||||
Format should be /
|
||||
Format should be <domain>/<internal folders>
|
||||
|
||||
Properties:
|
||||
|
||||
@ -28813,7 +28813,7 @@ You can create a symbolic link in ObjectStore with the symlink action.
|
||||
The desired path location (including applicable sub-directories) ending
|
||||
in the object that will be the target of the symlink (for example,
|
||||
/links/mylink). Include the file extension for the object, if
|
||||
applicable. rclone backend symlink
|
||||
applicable. rclone backend symlink <src> <path>
|
||||
|
||||
Microsoft Azure Blob Storage
|
||||
|
||||
|
@ -65,7 +65,7 @@ HTTP is provided primarily for debugging purposes.`,
|
||||
Name: "host",
|
||||
Help: `Domain+path of NetStorage host to connect to.
|
||||
|
||||
Format should be <domain>/<internal folders>`,
|
||||
Format should be ` + "`<domain>/<internal folders>`",
|
||||
Required: true,
|
||||
}, {
|
||||
Name: "account",
|
||||
@ -94,7 +94,7 @@ files stored in any sub-directories that may exist.`,
|
||||
Long: `The desired path location (including applicable sub-directories) ending in
|
||||
the object that will be the target of the symlink (for example, /links/mylink).
|
||||
Include the file extension for the object, if applicable.
|
||||
rclone backend symlink <src> <path>`,
|
||||
` + "`rclone backend symlink <src> <path>`",
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -179,7 +179,7 @@ Here are the standard options specific to netstorage (Akamai NetStorage).
|
||||
|
||||
Domain+path of NetStorage host to connect to.
|
||||
|
||||
Format should be <domain>/<internal folders>
|
||||
Format should be `<domain>/<internal folders>`
|
||||
|
||||
Properties:
|
||||
|
||||
@ -271,6 +271,6 @@ You can create a symbolic link in ObjectStore with the symlink action.
|
||||
The desired path location (including applicable sub-directories) ending in
|
||||
the object that will be the target of the symlink (for example, /links/mylink).
|
||||
Include the file extension for the object, if applicable.
|
||||
rclone backend symlink <src> <path>
|
||||
`rclone backend symlink <src> <path>`
|
||||
|
||||
{{< rem autogenerated options stop >}}
|
||||
|
4
rclone.1
generated
4
rclone.1
generated
@ -39645,7 +39645,7 @@ NetStorage).
|
||||
.PP
|
||||
Domain+path of NetStorage host to connect to.
|
||||
.PP
|
||||
Format should be /
|
||||
Format should be \f[C]<domain>/<internal folders>\f[R]
|
||||
.PP
|
||||
Properties:
|
||||
.IP \[bu] 2
|
||||
@ -39770,7 +39770,7 @@ The desired path location (including applicable sub-directories) ending
|
||||
in the object that will be the target of the symlink (for example,
|
||||
/links/mylink).
|
||||
Include the file extension for the object, if applicable.
|
||||
rclone backend symlink
|
||||
\f[C]rclone backend symlink <src> <path>\f[R]
|
||||
.SH Microsoft Azure Blob Storage
|
||||
.PP
|
||||
Paths are specified as \f[C]remote:container\f[R] (or \f[C]remote:\f[R]
|
||||
|
Loading…
Reference in New Issue
Block a user