From 96352abe51f59184cd7691c36a45d2156037f327 Mon Sep 17 00:00:00 2001 From: Alan Hoyle Date: Tue, 6 Nov 2018 19:16:58 -0500 Subject: [PATCH] Update SetupRSync.md --- doc/SetupRSync.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/SetupRSync.md b/doc/SetupRSync.md index 48e50f4..89c91a0 100644 --- a/doc/SetupRSync.md +++ b/doc/SetupRSync.md @@ -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: ``` - sudo -i ssh-keygen ``` @@ -48,4 +47,4 @@ export RSYNC_USER=pi export RSYNC_SERVER=192.168.1.254 export RSYNC_PATH=/mnt/PIHDD/TeslaCam/ ``` -Now return to the section "Set up the USB storage functionality" in the [main instructions](../README.md). \ No newline at end of file +Now return to the section "Set up the USB storage functionality" in the [main instructions](../README.md).