From 16db32e200376bd33a219b4b28cbde618da75359 Mon Sep 17 00:00:00 2001 From: cimryan Date: Wed, 24 Oct 2018 20:18:56 -0700 Subject: [PATCH] Add an "experimental" disclaimer to rsync support until someone can test it. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc6690b..8f8c5fa 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ Get the IP address of the archive machine. You'll need this later, so write it d * On MacOS or Linux open a terminal and type ifconfig. ### Hosting via SFTP/rsync +**EXPERIMENTAL - Hosting the archive on SFTP hasn't been thoroughly tested** + Since sftp/rsync is accessing a computer through SSH, the only requirement for hosting an SFTP/rsync server is to have a box running Linux. An example can be another Raspberry Pi connected to your local network with a USB storage drive plugged in. The official Raspberry Pi site has a good example on [how to mount an external drive](https://www.raspberrypi.org/documentation/configuration/external-storage.md). You will need the username and host/IP of the storage server, as well as the path for the files to go in, and the storage server will need to allow SSH. ### ***TODO: Other hosting solutions***