mirror of
https://github.com/cimryan/teslausb.git
synced 2026-02-28 20:20:32 +00:00
Update SetupRClone.md
This commit is contained in:
@@ -9,8 +9,12 @@ You must perform these steps **after** getting a shell on the Pi and **before**
|
|||||||
* These commands define environment variables that the main setup scripts need.
|
* These commands define environment variables that the main setup scripts need.
|
||||||
|
|
||||||
# Quick guide
|
# Quick guide
|
||||||
These instructions will speed you through the process with good defaults. If you encounter an error, or you want to use a different config name than `gdrive` or a different folder name than `TeslaCam`, follow the detailed instuctions, below.
|
These instructions will speed you through the process with good defaults. If you encounter an error, or you want to use a different config name than `gdrive` or a different folder name than `TeslaCam`, follow the detailed instuctions, below.
|
||||||
|
|
||||||
|
1. Enter the root session if you haven't already
|
||||||
|
```
|
||||||
|
sudo -i
|
||||||
|
```
|
||||||
1. Run these commands. Specify the config name `gdrive` when prompted for the config name.
|
1. Run these commands. Specify the config name `gdrive` when prompted for the config name.
|
||||||
```
|
```
|
||||||
curl -L https://raw.github.com/pageauc/rclone4pi/master/rclone-install.sh | bash
|
curl -L https://raw.github.com/pageauc/rclone4pi/master/rclone-install.sh | bash
|
||||||
@@ -25,7 +29,7 @@ These instructions will speed you through the process with good defaults. If you
|
|||||||
rclone mkdir "$RCLONE_DRIVE:$RCLONE_PATH"
|
rclone mkdir "$RCLONE_DRIVE:$RCLONE_PATH"
|
||||||
rclone lsd "$RCLONE_DRIVE":
|
rclone lsd "$RCLONE_DRIVE":
|
||||||
```
|
```
|
||||||
1. If you didn't encounter any error messages and you see the `TeslaCam` directory listed, stay in your `sudo -i session` and return to the [Main Instructions](../README.md).
|
1. If you didn't encounter any error messages and you see the `TeslaCam` directory listed, stay in your `sudo -i` session and return to the [Main Instructions](../README.md).
|
||||||
|
|
||||||
# Detailed instructions
|
# Detailed instructions
|
||||||
## Step 1: Install rclone4pi
|
## Step 1: Install rclone4pi
|
||||||
|
|||||||
Reference in New Issue
Block a user