Skip to content

Commit

Permalink
missing --lightning-dir
Browse files Browse the repository at this point in the history
It seems that the plugin require `--lightning-dir` , using without `--lightning-dir` result with an error.
  • Loading branch information
manreo authored and rustyrussell committed Aug 25, 2021
1 parent cf1dd77 commit 1b705f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/BACKUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The `backup` plugin requires Python 3.
* Ideally you have an NFS or other network-based mount on your system,
into which you will put the backup.
* Stop your Lightning node.
* `/path/to/backup-cli init ${LIGHTNINGDIR} file:///path/to/nfs/mount`.
* `/path/to/backup-cli init --lightning-dir ${LIGHTNINGDIR} file:///path/to/nfs/mount`.
This creates an initial copy of the database at the NFS mount.
* Add these settings to your `lightningd` configuration:
* `important-plugin=/path/to/backup.py`
Expand Down

0 comments on commit 1b705f0

Please sign in to comment.