fix numbering

This commit is contained in:
Thomas Zarebczan 2017-09-19 11:11:00 -04:00 committed by GitHub
parent a0c0e67a2d
commit d422135dd3

View file

@ -3,7 +3,7 @@ title: How do I backup and/or migrate my LBRY data?
category: troubleshooting
---
We have covered LBRY wallet backup procedures in the guide [here](https://lbry.io/faq/how-to-backup-wallet), but the purpose of this guide will be how to backup and/or migrate your all LBRY data which includes your downloads, hosted data, wallet and other settings. To follow this guide effectively, it's a good idea to familiarize yourself with LBRY [working directories](https://lbry.io/faq/lbry-directories), especially the `lbrynet` and `lbryum` folders. ***In the case of MAC OS, the `lbrynet` folder contents are stored inside the `LBRY` folder as detailed on the directories page.***
We have covered LBRY wallet backup procedures in the guide [here](https://lbry.io/faq/how-to-backup-wallet), but the purpose of this guide will be how to backup and/or migrate your all LBRY data which includes your downloads, hosted data, wallet and other settings. To follow this guide effectively, it's a good idea to familiarize yourself with LBRY [working directories](https://lbry.io/faq/lbry-directories), especially the `lbrynet` and `lbryum` folders. ***In the case of Mac OS, the `lbrynet` folder contents are stored inside the `LBRY` folder as detailed on the directories page.***
In addition to those two directories, users may also want to copy their LBRY downloads - this directory is normally set to your local Downloads folder but can also be configured via the LBRY app. To check your LBRY Downloads directory, open the LBRY app and go to Settings - it is listed in the `Download Directory` section. If you chose not to copy over your Downloads folder, the content can be regenerated from the data in your `lbrynet` folder at a later time via the LBRY app.
@ -15,20 +15,20 @@ File Downloads - Typically your local Downloads directory (Check settings in LBR
### How do I backup all LBRY related data?
1) Refer to the LBRY [working directories](https://lbry.io/faq/lbry-directories) to find your data folders
2) Make a copy of the `lbrynet` (`LBRY` folder if on Mac) folder to a secure location
3) Make a copy of the `lbryum` folder to a secure location
4) Make a copy of your LBRY Downloads directory to a secure location
1. Refer to the LBRY [working directories](https://lbry.io/faq/lbry-directories) to find your data folders
2. Make a copy of the `lbrynet` (`LBRY` folder if on Mac) folder to a secure location
3. Make a copy of the `lbryum` folder to a secure location
4. Make a copy of your LBRY Downloads directory to a secure location
### How do I migrate all LBRY related data to a new installation?
1) Install [LBRY](https://lbry.io/get) onto target PC. Close LBRY after the initial startup
2) Copy the `lbrynet` folder from the previous section into the appropriate [location](https://lbry.io/faq/lbry-directories) on your new installation
3) Copy the `lbryum` folder from the previous section into the appropriate [location](https://lbry.io/faq/lbry-directories) location on your new installation
4) Copy your LBRY Downloads from the previous section into the appropriate location
5) Start LBRY on new PC
6) Sign back into LBRY via your Email by going to the wallet (bank icon in the top right) and then accessing the Rewards tab
7) Verify wallet balance, Downloads, Published files and Rewards eligibility
1. Install [LBRY](https://lbry.io/get) onto target PC. Close LBRY after the initial startup
2. Copy the `lbrynet` folder from the previous section into the appropriate [location](https://lbry.io/faq/lbry-directories) on your new installation
3. Copy the `lbryum` folder from the previous section into the appropriate [location](https://lbry.io/faq/lbry-directories) location on your new installation
4. Copy your LBRY Downloads from the previous section into the appropriate location
5. Start LBRY on new PC
6. Sign back into LBRY via your Email by going to the wallet (bank icon in the top right) and then accessing the Rewards tab
7. Verify wallet balance, Downloads, Published files and Rewards eligibility
### I'm in need of some assistance, can you help?