- Joined
- Dec 16, 2018
- Messages
- 1,189
- Reaction score
- 2,826
Not sure how familiar you are with linux but ssh into your pi.
First command changes the directory you are working in and is:
cd /var/lib/reef-pi
Next command copies the database into your home directory:
sudo cp reef-pi.db ~
Now you can go back to the home directory:
cd ~
Now check to to see if the copied database is present:
ls
If you did this correctly you will see a copy of reef-pi.db there in the home directory where you can leave it until needed. You can also scp into the pi and save a copy elsewhere.
First command changes the directory you are working in and is:
cd /var/lib/reef-pi
Next command copies the database into your home directory:
sudo cp reef-pi.db ~
Now you can go back to the home directory:
cd ~
Now check to to see if the copied database is present:
ls
If you did this correctly you will see a copy of reef-pi.db there in the home directory where you can leave it until needed. You can also scp into the pi and save a copy elsewhere.