From 498f9b75f25a0778a6f3025565adeb8092a117c4 Mon Sep 17 00:00:00 2001 From: Seth For Privacy Date: Fri, 29 Jul 2022 14:09:59 -0400 Subject: [PATCH] Correct basics of backup plugin usage --- doc/BACKUP.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/BACKUP.md b/doc/BACKUP.md index d0c76c1fe..720b49208 100644 --- a/doc/BACKUP.md +++ b/doc/BACKUP.md @@ -175,12 +175,15 @@ like fire or computer confiscation. `/!\` WHO SHOULD DO THIS: Casual users. -You can get the `backup` plugin here: +You can find the full source for the `backup` plugin here: https://github.com/lightningd/plugins/tree/master/backup The `backup` plugin requires Python 3. +* Download the source for the plugin. + * `git clone https://github.com/lightningd/plugins.git` * `cd` into its directory and install requirements. + * `cd plugins/backup` * `pip3 install -r requirements.txt` * Figure out where you will put the backup files. * Ideally you have an NFS or other network-based mount on your system,