Headless Bisq - GUIDE.md

This commit is contained in:
Ape Mithrandir 2023-03-18 04:38:51 +00:00
parent 8ca542c213
commit 1035890c8d
No known key found for this signature in database
GPG Key ID: 53BBE9DC70260E58

View File

@ -25,6 +25,9 @@ If you have already got a Bisq instance running on your Laptop with your wallet
```bash
### make sure rsync is installed on both machines
sudo apt install rsync
ssh username@{headless-ip}
sudo apt install rsync
exit
### then sync up your folder to a backup directory
rsync -aP ~/.local/share/Bisq/* username@{headless-ip}:~/BisqBackup_YYYYMMDD/
```