Post
Topic
Board Bitcoin Technical Support
Re: Recovery Options for BTC Full Node: Windows GUI
by
LoyceV
on 14/05/2022, 17:16:46 UTC
I use a cold wallet and run the Core to support the blockchain.
If that's the case, I assume bandwidth isn't a problem. Correct? I'd go without backups: if a power outage breaks your blocks directory, just let it sync from scratch.

Quote
I happend to have a 2TB external drive which I'm reserving just for that purpose. And yes! SHUT DOWN THE CORE before copying!
May I suggest rsync?
I use something like this:
Code:
rsync -avh --link-dest=/TimeMachine/lastbackup/ /home/loyce/.bitcoin/ /TimeMachine/newbackup
This creates hard links for all unchanged files to the last backup, and adds new files. You can keep weekly snapshots without much additional storage space.

Please fix your quotes. You'll need to manually add [ /quote] and [ quote] in between.