mirror of
https://github.com/apemithrandir/self-hosting-guide.git
synced 2026-04-28 15:50:12 +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
|
||||
### 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/
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user