From 58699af8eae98a4807e935d1f6777bbc72090adc Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Mon, 29 Jul 2019 17:16:44 -0400 Subject: [PATCH] Update how-to-backup-wallet.md --- content/faq/how-to-backup-wallet.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/faq/how-to-backup-wallet.md b/content/faq/how-to-backup-wallet.md index 888497c0..1d79e8b0 100644 --- a/content/faq/how-to-backup-wallet.md +++ b/content/faq/how-to-backup-wallet.md @@ -57,6 +57,10 @@ The process of restoring a previously backed up wallet is fairly simple. After i As of LBRY SDK 0.30 (December 2018), you can copy the default_wallet file to multiple installations and have them synced. You can even do so between PC + Android, as long as the wallet is not encrypted (Android does not support encryption yet). The only thing that won't sync at the moment is channels that are created after the file is copied (the file would need to be copied again to access the channels). +## How do I backup/migrate other LBRY data? + +Please refer to our [backup/migrate data FAQ](https://lbry.com/faq/backup-data). + ## I need help with backup or recovery, who can I reach out to? We are always here to help - check out our [help page](/faq/support) on how to reach us.