-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement channel backups and restore #29
Comments
I’ve got a “cloud” in the works so we don’t have to worry about that here. Backup and restore functions: +1 |
I have a proposal to include into the "autobackup" function. Also I'll be using the toml library too as invoicer uses the same config format. Working proof of concept |
Taking a look |
👍 Your proof of concept is good relying on inotify. While merging it would be nice to add scp over ssh. |
Note that this is very different. It's intended to be run from an external device, there's zero trigger logic, as it relies on either scheduling it externally, or running it manually. BTW: Has anyone tried to restore |
I also like how Arvinda is using asymmetric keys here https://github.com/vindard/lnd-backup |
Looks cool but I don't think you need to really encrypt it as it complicates the restore process, and the static backup is directly tied to the node |
That’s what I thought. The relevant files are only useful with the wallet passphrase It would be nice to have certainty on this. |
I've checked the lnd code, We can close this once #54 is merged. |
Implement a function called:
Maybe in future to be considered (to the cloud)
The text was updated successfully, but these errors were encountered: