From d29b373056e82afd8c218a111eb6dddc62c06365 Mon Sep 17 00:00:00 2001 From: Ape Mithrandir Date: Sat, 18 Mar 2023 04:53:18 +0000 Subject: [PATCH] Headless Bisq - GUIDE.md --- headless-bisq/GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headless-bisq/GUIDE.md b/headless-bisq/GUIDE.md index 94b08f0..9bc99d7 100644 --- a/headless-bisq/GUIDE.md +++ b/headless-bisq/GUIDE.md @@ -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.