backup: doc fix that restore needs a file not a dir

This commit is contained in:
Michael Schmoock
2020-11-30 15:44:20 +01:00
committed by Christian Decker
parent 092b295d06
commit 9591c1b31e

View File

@@ -58,5 +58,5 @@ If things really messed up and you reinstall clightning on a new host, you can
restore the database backup by using the `backup-cli` utility: restore the database backup by using the `backup-cli` utility:
```bash ```bash
./backup-cli restore file:///mnt/external/location ~/.lightning/bitcoin ./backup-cli restore file:///mnt/external/location ~/.lightning/bitcoin/lightningd.sqlite3
``` ```