mirror of
https://github.com/apemithrandir/self-hosting-guide.git
synced 2026-05-26 02:44:36 +00:00
Headless Bisq - GUIDE.md
This commit is contained in:
parent
8ca542c213
commit
1035890c8d
@ -25,6 +25,9 @@ If you have already got a Bisq instance running on your Laptop with your wallet
|
|||||||
```bash
|
```bash
|
||||||
### make sure rsync is installed on both machines
|
### make sure rsync is installed on both machines
|
||||||
sudo apt install rsync
|
sudo apt install rsync
|
||||||
|
ssh username@{headless-ip}
|
||||||
|
sudo apt install rsync
|
||||||
|
exit
|
||||||
### then sync up your folder to a backup directory
|
### then sync up your folder to a backup directory
|
||||||
rsync -aP ~/.local/share/Bisq/* username@{headless-ip}:~/BisqBackup_YYYYMMDD/
|
rsync -aP ~/.local/share/Bisq/* username@{headless-ip}:~/BisqBackup_YYYYMMDD/
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user