Difference between revisions of "Backing up application data"

From Bisq Wiki
Jump to navigation Jump to search
(new article for backing up application data (splitting "backup & recovery" article))
 
(bump headings to 1 level higher)
Line 5: Line 5:
 
__TOC__
 
__TOC__
  
== Back up the entire Bisq data directory ==
+
= Back up the entire Bisq data directory =
  
 
The safest, quickest, easiest, and most comprehensive thing you can do to safeguard your data is to back up the whole data directory at regular intervals. See the various elements of the data directory detailed here.
 
The safest, quickest, easiest, and most comprehensive thing you can do to safeguard your data is to back up the whole data directory at regular intervals. See the various elements of the data directory detailed here.
  
=== While Bisq is running ===
+
== While Bisq is running ==
  
 
Go to <code>Account</code> > <code>Backup</code> and put in a location for your backup to be exported to (note that this section is titled "Backup wallet" in the software but it actually exports the entire data directory).
 
Go to <code>Account</code> > <code>Backup</code> and put in a location for your backup to be exported to (note that this section is titled "Backup wallet" in the software but it actually exports the entire data directory).
Line 17: Line 17:
 
<div style="clear: both;"></div>
 
<div style="clear: both;"></div>
  
=== While Bisq is closed  ===
+
== While Bisq is closed  ==
  
 
When Bisq is closed, you can simply copy the entire data directory and paste it somewhere safe. Find the location of your data directory by clicking on the <code>Open Directory</code> button (see screenshot above) or see [[Data_directory#Default_Locations|data directory locations here]].
 
When Bisq is closed, you can simply copy the entire data directory and paste it somewhere safe. Find the location of your data directory by clicking on the <code>Open Directory</code> button (see screenshot above) or see [[Data_directory#Default_Locations|data directory locations here]].
  
=== Encrypt your backup ===
+
== Encrypt your backup ==
  
 
'''Backup files are not encrypted.''' If you’ve set a wallet password, your wallet files will be encrypted, but all your other data will ''not'' be encrypted.  
 
'''Backup files are not encrypted.''' If you’ve set a wallet password, your wallet files will be encrypted, but all your other data will ''not'' be encrypted.  
Line 27: Line 27:
 
We recommend encrypting the whole backup folder with something like gpg, 7-Zip, Cryptomator, etc.
 
We recommend encrypting the whole backup folder with something like gpg, 7-Zip, Cryptomator, etc.
  
== Back up payment accounts ==
+
= Back up payment accounts =
  
 
If you just want to back up your payment accounts, export them from <code>Account</code> > <code>National Currency Accounts</code>.
 
If you just want to back up your payment accounts, export them from <code>Account</code> > <code>National Currency Accounts</code>.
Line 37: Line 37:
 
<div style="clear: both;"></div>
 
<div style="clear: both;"></div>
  
== Back up your wallet seed ==
+
= Back up your wallet seed =
  
 
Please be sure to properly back up your wallet seed. [[Backing_up_your_wallet_seed|See additional details here]].
 
Please be sure to properly back up your wallet seed. [[Backing_up_your_wallet_seed|See additional details here]].
  
== Export trade history ==
+
= Export trade history =
  
 
In <code>Portfolio</code> > <code>History</code> you'll find an <code>Export to CSV</code> button to export your trade history.
 
In <code>Portfolio</code> > <code>History</code> you'll find an <code>Export to CSV</code> button to export your trade history.
Line 47: Line 47:
 
There's no way to import this data back into Bisq, but it can be useful to have a copy of this data for yourself for record-keeping, analysis, etc.
 
There's no way to import this data back into Bisq, but it can be useful to have a copy of this data for yourself for record-keeping, analysis, etc.
  
== Export transaction history ==
+
= Export transaction history =
  
 
In <code>Funds</code> > <code>Transactions</code> you'll find an <code>Export to CSV</code> button to export your trade history.
 
In <code>Funds</code> > <code>Transactions</code> you'll find an <code>Export to CSV</code> button to export your trade history.
  
 
There's no way to import this data back into Bisq, but it can be useful to have a copy of this data for yourself for record-keeping, analysis, etc.
 
There's no way to import this data back into Bisq, but it can be useful to have a copy of this data for yourself for record-keeping, analysis, etc.

Revision as of 20:04, 31 May 2020

Backing up your Bisq data is crucial to ensure you can retain control over trades, disputes, payment accounts, and funds in case of issues with your machine (e.g., drive failure) or Bisq itself (e.g., critical bugs).

All Bisq data is stored right on your computer—it's never stored (or even sent) to a central server, so backing it up is your job.

Back up the entire Bisq data directory

The safest, quickest, easiest, and most comprehensive thing you can do to safeguard your data is to back up the whole data directory at regular intervals. See the various elements of the data directory detailed here.

While Bisq is running

Go to Account > Backup and put in a location for your backup to be exported to (note that this section is titled "Backup wallet" in the software but it actually exports the entire data directory).

Data directory backup screen.

While Bisq is closed

When Bisq is closed, you can simply copy the entire data directory and paste it somewhere safe. Find the location of your data directory by clicking on the Open Directory button (see screenshot above) or see data directory locations here.

Encrypt your backup

Backup files are not encrypted. If you’ve set a wallet password, your wallet files will be encrypted, but all your other data will not be encrypted.

We recommend encrypting the whole backup folder with something like gpg, 7-Zip, Cryptomator, etc.

Back up payment accounts

If you just want to back up your payment accounts, export them from Account > National Currency Accounts.

Be advised: exporting your accounts this way only exports metadata. Aging and signing status are not included. To include account aging and signing status, you also need to save the btc_mainnet/keys/sig.key file from your data directory (which is why we just recommend backing up the whole data directory).

Export fiat payment accounts here. You can export altcoin accounts from the Altcoin Accounts tab.

Back up your wallet seed

Please be sure to properly back up your wallet seed. See additional details here.

Export trade history

In Portfolio > History you'll find an Export to CSV button to export your trade history.

There's no way to import this data back into Bisq, but it can be useful to have a copy of this data for yourself for record-keeping, analysis, etc.

Export transaction history

In Funds > Transactions you'll find an Export to CSV button to export your trade history.

There's no way to import this data back into Bisq, but it can be useful to have a copy of this data for yourself for record-keeping, analysis, etc.