Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 567f2c8

Browse files
committed
Review
1 parent 2b3e2f8 commit 567f2c8

9 files changed

+42
-46
lines changed

3.6/backup-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ of that of the single server installation.
192192
- **Remote Upload and Download**
193193

194194
We have fully integrated the
195-
[Rclone](https://rclone.org/) sync for cloud storage. Rclone is a very
195+
[rclone](https://rclone.org/) sync for cloud storage. Rclone is a very
196196
versatile inter site sync facility, which opens up a vast field of transport
197197
protocols and remote syncing APIs from Amazon's S3 over Dropbox, WebDAV,
198198
all the way to the local file system and network storage.

3.6/programs-arangobackup-examples.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -269,16 +269,15 @@ name of a top-level attribute in the configuration file, `path` is a
269269
remote path, and both are separated by a colon (e.g. `my-remote:/a/b/c`).
270270

271271
{% hint 'info' %}
272-
Some cloud vendors require rclone configuration parameters, which are
273-
very specific. It is helpful to download a standalone version of
274-
rclone and try to up and download files to verify that one has a working
275-
configuration for the cloud storage in question. The exhaustive
276-
documentation parameters of for example `S3` are found
277-
[here](https://rclone.org/s3/). Every parameter can be executed as an
278-
option to the program invocation, say `--s3-upload-cutoff=0`, as an
279-
environment variable `export RCLONE_S3_UPLOAD_CUTOFF=0` or most importantly for
280-
use with ArangoDB as a key value pair for the JSON files below, `{...,
281-
upload_cutoff: 0, ...}`.
272+
Some cloud vendors require rclone configuration parameters, which are very
273+
specific. It is helpful to download a standalone version of rclone and try to
274+
upload and download files to verify that one has a working configuration for
275+
the cloud storage in question. The exhaustive documentation parameters of `S3`
276+
for example are found at [rclone.org/s3/](https://rclone.org/s3/){:target="_blank"}.
277+
Every parameter can be executed as an option to the program invocation, say
278+
`--s3-upload-cutoff=0`, as an environment variable like
279+
`export RCLONE_S3_UPLOAD_CUTOFF=0`, or most importantly, for use with ArangoDB,
280+
as a key value pair for the JSON files below, `{ ..., "upload_cutoff": 0, ... }`.
282281
{% endhint %}
283282

284283
### S3

3.7/backup-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ of that of the single server installation.
192192
- **Remote Upload and Download**
193193

194194
We have fully integrated the
195-
[Rclone](https://rclone.org/) sync for cloud storage. Rclone is a very
195+
[rclone](https://rclone.org/) sync for cloud storage. Rclone is a very
196196
versatile inter site sync facility, which opens up a vast field of transport
197197
protocols and remote syncing APIs from Amazon's S3 over Dropbox, WebDAV,
198198
all the way to the local file system and network storage.

3.7/deployment-kubernetes-backup-resource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ metadata:
234234
type: Opaque
235235
```
236236

237-
`JSON Token` options are described on the [Rclone](https://rclone.org/){:target="_blank"} page.
237+
`JSON Token` options are described on the [rclone](https://rclone.org/){:target="_blank"} page.
238238
We can define more than one protocols at same time in one secret.
239239

240240
This field is defined in json format:
@@ -248,7 +248,7 @@ This field is defined in json format:
248248
}
249249
```
250250

251-
AWS S3 example - based on [Rclone S3](https://rclone.org/s3/){:target="_blank"} documentation and interactive process:
251+
AWS S3 example - based on [rclone S3](https://rclone.org/s3/){:target="_blank"} documentation and interactive process:
252252

253253
```json
254254
{

3.7/programs-arangobackup-examples.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -269,16 +269,15 @@ name of a top-level attribute in the configuration file, `path` is a
269269
remote path, and both are separated by a colon (e.g. `my-remote:/a/b/c`).
270270

271271
{% hint 'info' %}
272-
Some cloud vendors require rclone configuration parameters, which are
273-
very specific. It is helpful to download a standalone version of
274-
rclone and try to up and download files to verify that one has a working
275-
configuration for the cloud storage in question. The exhaustive
276-
documentation parameters of for example `S3` are found
277-
[here](https://rclone.org/s3/). Every parameter can be executed as an
278-
option to the program invocation, say `--s3-upload-cutoff=0`, as an
279-
environment variable `export RCLONE_S3_UPLOAD_CUTOFF=0` or most importantly for
280-
use with ArangoDB as a key value pair for the JSON files below, `{...,
281-
upload_cutoff: 0, ...}`.
272+
Some cloud vendors require rclone configuration parameters, which are very
273+
specific. It is helpful to download a standalone version of rclone and try to
274+
upload and download files to verify that one has a working configuration for
275+
the cloud storage in question. The exhaustive documentation parameters of `S3`
276+
for example are found at [rclone.org/s3/](https://rclone.org/s3/){:target="_blank"}.
277+
Every parameter can be executed as an option to the program invocation, say
278+
`--s3-upload-cutoff=0`, as an environment variable like
279+
`export RCLONE_S3_UPLOAD_CUTOFF=0`, or most importantly, for use with ArangoDB,
280+
as a key value pair for the JSON files below, `{ ..., "upload_cutoff": 0, ... }`.
282281
{% endhint %}
283282

284283
### S3

3.8/backup-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ of that of the single server installation.
192192
- **Remote Upload and Download**
193193

194194
We have fully integrated the
195-
[Rclone](https://rclone.org/) sync for cloud storage. Rclone is a very
195+
[rclone](https://rclone.org/) sync for cloud storage. Rclone is a very
196196
versatile inter site sync facility, which opens up a vast field of transport
197197
protocols and remote syncing APIs from Amazon's S3 over Dropbox, WebDAV,
198198
all the way to the local file system and network storage.

3.8/programs-arangobackup-examples.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -269,16 +269,15 @@ name of a top-level attribute in the configuration file, `path` is a
269269
remote path, and both are separated by a colon (e.g. `my-remote:/a/b/c`).
270270

271271
{% hint 'info' %}
272-
Some cloud vendors require rclone configuration parameters, which are
273-
very specific. It is helpful to download a standalone version of
274-
rclone and try to up and download files to verify that one has a working
275-
configuration for the cloud storage in question. The exhaustive
276-
documentation parameters of for example `S3` are found
277-
[here](https://rclone.org/s3/). Every parameter can be executed as an
278-
option to the program invocation, say `--s3-upload-cutoff=0`, as an
279-
environment variable `export RCLONE_S3_UPLOAD_CUTOFF=0` or most importantly for
280-
use with ArangoDB as a key value pair for the JSON files below, `{...,
281-
upload_cutoff: 0, ...}`.
272+
Some cloud vendors require rclone configuration parameters, which are very
273+
specific. It is helpful to download a standalone version of rclone and try to
274+
upload and download files to verify that one has a working configuration for
275+
the cloud storage in question. The exhaustive documentation parameters of `S3`
276+
for example are found at [rclone.org/s3/](https://rclone.org/s3/){:target="_blank"}.
277+
Every parameter can be executed as an option to the program invocation, say
278+
`--s3-upload-cutoff=0`, as an environment variable like
279+
`export RCLONE_S3_UPLOAD_CUTOFF=0`, or most importantly, for use with ArangoDB,
280+
as a key value pair for the JSON files below, `{ ..., "upload_cutoff": 0, ... }`.
282281
{% endhint %}
283282

284283
### S3

3.9/backup-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ of that of the single server installation.
192192
- **Remote Upload and Download**
193193

194194
We have fully integrated the
195-
[Rclone](https://rclone.org/) sync for cloud storage. Rclone is a very
195+
[rclone](https://rclone.org/) sync for cloud storage. Rclone is a very
196196
versatile inter site sync facility, which opens up a vast field of transport
197197
protocols and remote syncing APIs from Amazon's S3 over Dropbox, WebDAV,
198198
all the way to the local file system and network storage.

3.9/programs-arangobackup-examples.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -269,16 +269,15 @@ name of a top-level attribute in the configuration file, `path` is a
269269
remote path, and both are separated by a colon (e.g. `my-remote:/a/b/c`).
270270

271271
{% hint 'info' %}
272-
Some cloud vendors require rclone configuration parameters, which are
273-
very specific. It is helpful to download a standalone version of
274-
rclone and try to up and download files to verify that one has a working
275-
configuration for the cloud storage in question. The exhaustive
276-
documentation parameters of for example `S3` are found
277-
[here](https://rclone.org/s3/). Every parameter can be executed as an
278-
option to the program invocation, say `--s3-upload-cutoff=0`, as an
279-
environment variable `export RCLONE_S3_UPLOAD_CUTOFF=0` or most importantly for
280-
use with ArangoDB as a key value pair for the JSON files below, `{...,
281-
upload_cutoff: 0, ...}`.
272+
Some cloud vendors require rclone configuration parameters, which are very
273+
specific. It is helpful to download a standalone version of rclone and try to
274+
upload and download files to verify that one has a working configuration for
275+
the cloud storage in question. The exhaustive documentation parameters of `S3`
276+
for example are found at [rclone.org/s3/](https://rclone.org/s3/){:target="_blank"}.
277+
Every parameter can be executed as an option to the program invocation, say
278+
`--s3-upload-cutoff=0`, as an environment variable like
279+
`export RCLONE_S3_UPLOAD_CUTOFF=0`, or most importantly, for use with ArangoDB,
280+
as a key value pair for the JSON files below, `{ ..., "upload_cutoff": 0, ... }`.
282281
{% endhint %}
283282

284283
### S3

0 commit comments

Comments
 (0)