From 1035890c8d21857c9ab8a136cf9b2d3d50888e83 Mon Sep 17 00:00:00 2001 From: Ape Mithrandir Date: Sat, 18 Mar 2023 04:38:51 +0000 Subject: [PATCH] Headless Bisq - GUIDE.md --- headless-bisq/GUIDE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/headless-bisq/GUIDE.md b/headless-bisq/GUIDE.md index 77d4944..1c75cd5 100644 --- a/headless-bisq/GUIDE.md +++ b/headless-bisq/GUIDE.md @@ -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/ ```