Commit Graph

10 Commits

Author SHA1 Message Date
d11n
9a46ddd0f2
Exclude SSH host keys from backup (#832)
Fixes #831.
2023-09-08 14:38:38 +02:00
Markus Petzsch
bf22e49f18
exclude blocks and chainstate from doge backup (#792) 2023-05-22 06:16:45 +02:00
Andreas Tasch
9e1f8c2d9d
Exclude _data of coins; adding Liquid, Dash, Monero. (#712)
* Exclude _data of coins; adding Liquid, Dash, Monero.

* Make sure Dash wallet and other stuff gets backuped too.
2022-10-27 21:23:58 +09:00
d11n
592210e941
Backup: Add optional MariaDB (#706) 2022-10-18 20:33:15 +02:00
d11n
c733e49ded
Backup: Exclude blockchain indexes
They grow very large and can be replicated in case of restore.
2022-09-27 12:41:38 +02:00
d11n
7d4f4cea6b
Backup: Exclude ElectrumX datadir and LND graph
Both tend to grow very large and can be replicated in case of restore.
2022-09-24 13:04:24 +02:00
Dennis Reimann
542c43a3a6
Init backup with bash profile script
Makes it work with cronjob
2022-08-08 21:14:34 +02:00
Dennis Reimann
b99667390c
Backup should not include blockchain data
Fixes #688.
2022-08-08 18:36:59 +02:00
d11n
384f4883b2
Backup script and docs finetuning (#655)
* Remove restore directory after restore

* Backup bitcoin folder, excluding blocks and chainstate

* Deprecate and warn about the old backup process

* Update log messages

* Add backup documentation
2022-06-06 15:11:09 +09:00
d11n
e87ef5d0b0
Backup and restore process (#641)
* Make db dump more modular

* Add basic backup and restore scripts

* Exit on error

* Exit with error code in case of missing file

* Determine volumes location programatically

A bit hacky, maybe there's a better way - open for suggestions!

* gzip database dump

* Restore database

* Fail on pipe errors

* Encrypt backup using gpg; improve log messages

* Ensure database container is up during dump and import

* Restore volumes
2022-06-02 16:43:05 +09:00