Update SetupRSync.md

This commit is contained in:
Alan Hoyle
2018-11-06 19:16:58 -05:00
committed by GitHub
parent 173f46d7f7
commit 96352abe51

View File

@@ -14,7 +14,6 @@ Similar to sftp, rsync by default uses ssh to connect to a remote server and tra
1. Run these commands to to generate an ssh key for the `root` user: 1. Run these commands to to generate an ssh key for the `root` user:
``` ```
sudo -i
ssh-keygen ssh-keygen
``` ```
@@ -48,4 +47,4 @@ export RSYNC_USER=pi
export RSYNC_SERVER=192.168.1.254 export RSYNC_SERVER=192.168.1.254
export RSYNC_PATH=/mnt/PIHDD/TeslaCam/ export RSYNC_PATH=/mnt/PIHDD/TeslaCam/
``` ```
Now return to the section "Set up the USB storage functionality" in the [main instructions](../README.md). Now return to the section "Set up the USB storage functionality" in the [main instructions](../README.md).