From 7cedad5c35b3078770d8232a38a66bd767cd16fa Mon Sep 17 00:00:00 2001 From: Stefan Reitshamer Date: Mon, 13 Nov 2017 07:26:19 -0500 Subject: [PATCH] updated README to include explanation of which target types are supported --- README.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 6c4a70f..41e0b38 100644 --- a/README.markdown +++ b/README.markdown @@ -11,10 +11,12 @@ Use arq_restore to list the computers backed up to your destination, list folder Type `arq_restore` with no arguments to get help. +arq_restore works with Arq backups on AWS or a local filesystem. If you need to restore from backups stored at a different cloud provider, download the backup data to a local filesystem and use arq_restore on that. + ## Prerequisites -To compile, install OpenSSL 1.0.2. +To compile, arq_restore expects OpenSSL 1.0.2 installed in the default location. ## License