mirror of
https://github.com/apemithrandir/self-hosting-guide.git
synced 2026-05-31 03:34:21 +00:00
Headless Bisq - GUIDE.md
This commit is contained in:
parent
5ff0327975
commit
d29b373056
@ -97,10 +97,10 @@ This should now open Bisq GUI on your host machine. Let it boot up and sync. The
|
||||
Assuming it is all setup well then let us get that data directory that you copied to your server in the _First Backup Bisq!_ section.
|
||||
```bash
|
||||
### Delete the files stored during the initialization of Bisq above:
|
||||
rm -r .local/share/Bisq/*
|
||||
rm -r ~/.local/share/Bisq/*
|
||||
### copy from your backup folder:
|
||||
sudo apt install rsync
|
||||
rsync -aP ~/BisqBackup_YYYYMMDD/* .local/share/Bisq/
|
||||
rsync -aP ~/BisqBackup_YYYYMMDD/* ~/.local/share/Bisq/
|
||||
```
|
||||
Now open Bisq on your headless server again and check that your data directory is restored correctly and that you have your wallet and payment accounts preserved from the old Bisq instance.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user