Skip to content

Commit

Permalink
revert command edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jddocs committed Sep 30, 2024
1 parent 343efd2 commit 6eef6e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,7 @@ Rclone generally performs better when placed closer to the source data being cop
If using Architecture 2, also include the `--bind ::0` flag to write data from your Compute Instance to your Object Storage bucket using IPv6:
```command
rclone copy aws:{{< placeholder "aws-bucket-name" >}}/ linode:{{< placeholder "linode-bucket-name" >}}/ \
--transfers 50 \
--rc --rc-addr=0.0.0.0:5572 \
--log-file=rclone.log --log-level=ERROR \
--rc-web-gui \
--rc-user {{< placeholder "USERNAME" >}} --rc-pass {{< placeholder "PASSWORD" >}}
rclone copy aws:{{< placeholder "aws-bucket-name" >}}/ linode:{{< placeholder "linode-bucket-name" >}}/ --transfers 50 --rc --rc-addr=0.0.0.0:5572 --log-file=rclone.log --log-level=ERROR --rc-web-gui --rc-user {{< placeholder "USERNAME" >}} --rc-pass {{< placeholder "PASSWORD" >}}
```
#### Rclone Copy Command Breakdown
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,7 @@ Rclone generally performs better when placed closer to the source data being cop
If using Architecture 2, also include the `--bind ::0` flag to write data from your Compute Instance to your Object Storage bucket using IPv6:
```command
rclone copy azure:{{< placeholder "azure-container-name" >}}/ linode:{{< placeholder "linode-bucket-name" >}}/ \
--transfers 50 \
--rc --rc-addr=0.0.0.0:5572 \
--log-file=rclone.log --log-level=ERROR \
--rc-web-gui \
--rc-user {{< placeholder "USERNAME" >}} --rc-pass {{< placeholder "PASSWORD" >}}
rclone copy azure:{{< placeholder "azure-container-name" >}}/ linode:{{< placeholder "linode-bucket-name" >}}/ --transfers 50 --rc --rc-addr=0.0.0.0:5572 --log-file=rclone.log --log-level=ERROR --rc-web-gui --rc-user {{< placeholder "USERNAME" >}} --rc-pass {{< placeholder "PASSWORD" >}}
```
#### Rclone Copy Command Breakdown
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,7 @@ Rclone generally performs better when placed closer to the source data being cop
If using Architecture 2, also include the `--bind ::0` flag to write data from your Compute Instance to your Object Storage bucket using IPv6:
```command
rclone copy gcs:{{< placeholder "gcs-bucket-name" >}}/ linode:{{< placeholder "linode-bucket-name" >}}/ \
--transfers 50 \
--rc --rc-addr=0.0.0.0:5572 \
--log-file=rclone.log --log-level=ERROR \
--rc-web-gui \
--rc-user {{< placeholder "USERNAME" >}} --rc-pass {{< placeholder "PASSWORD" >}}
rclone copy gcs:{{< placeholder "gcs-bucket-name" >}}/ linode:{{< placeholder "linode-bucket-name" >}}/ --transfers 50 --rc --rc-addr=0.0.0.0:5572 --log-file=rclone.log --log-level=ERROR --rc-web-gui --rc-user {{< placeholder "USERNAME" >}} --rc-pass {{< placeholder "PASSWORD" >}}
```
#### Rclone Copy Command Breakdown
Expand Down

0 comments on commit 6eef6e1

Please sign in to comment.