mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
exact bk file has to be in path
The exact file that will be the backup has to be in the backup output path.
This commit is contained in:
parent
1b705f0cc9
commit
720a4d7ae7
@ -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 --lightning-dir ${LIGHTNINGDIR} file:///path/to/nfs/mount`.
|
||||
* `/path/to/backup-cli init --lightning-dir ${LIGHTNINGDIR} file:///path/to/nfs/mount/file.bkp`.
|
||||
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`
|
||||
|
Loading…
Reference in New Issue
Block a user