mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
docs: refresh rclone authorize help
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Remote Setup"
|
||||
description: "Configuring rclone up on a remote / headless machine"
|
||||
date: "2016-01-07"
|
||||
date: "2020-05-04"
|
||||
---
|
||||
|
||||
# Configuring rclone on a remote / headless machine #
|
||||
@@ -16,7 +16,8 @@ two ways of doing it, described below.
|
||||
|
||||
## Configuring using rclone authorize ##
|
||||
|
||||
On the headless box
|
||||
On the headless box run `rclone` config but answer `N` to the `Use
|
||||
auto config?` question.
|
||||
|
||||
```
|
||||
...
|
||||
@@ -24,12 +25,19 @@ Remote config
|
||||
Use auto config?
|
||||
* Say Y if not sure
|
||||
* Say N if you are working on a remote or headless machine
|
||||
y) Yes
|
||||
y) Yes (default)
|
||||
n) No
|
||||
y/n> n
|
||||
For this to work, you will need rclone available on a machine that has a web browser available.
|
||||
Execute the following on your machine:
|
||||
For this to work, you will need rclone available on a machine that has
|
||||
a web browser available.
|
||||
|
||||
For more help and alternate methods see: https://rclone.org/remote_setup/
|
||||
|
||||
Execute the following on the machine with the web browser (same rclone
|
||||
version recommended):
|
||||
|
||||
rclone authorize "amazon cloud drive"
|
||||
|
||||
Then paste the result below:
|
||||
result>
|
||||
```
|
||||
@@ -68,7 +76,7 @@ y/e/d>
|
||||
Rclone stores all of its config in a single configuration file. This
|
||||
can easily be copied to configure a remote rclone.
|
||||
|
||||
So first configure rclone on your desktop machine
|
||||
So first configure rclone on your desktop machine with
|
||||
|
||||
rclone config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user