Author

Topic: Backing up Bitcoin Core (Read 752 times)

legendary
Activity: 1708
Merit: 1003
June 08, 2015, 05:16:58 PM
#5
7-Zip works just fine for both backup/rsync and compression. Use the "synchronize" option.
That's useful to know, I didn't know about that. It makes it much easier to backup files and compress them.
legendary
Activity: 2128
Merit: 1065
June 07, 2015, 09:40:05 PM
#4
7-Zip works just fine for both backup/rsync and compression. Use the "synchronize" option. To have a successful restore you can only make backups while bitcoind/-qt is shut down.

I doubt that there exist a proper backup utility which would successfully backup both live database engines BerkeleyDB & LevelDB. The BerekelyDB has good crash recovery, so file system snapshot backup tend to work nearly always. But LevelDB is an more of an educational toy and it rarely properly recovers from snapshot backups.

BerkeleyDB has a proper live backup utility, but it has to be built exactly like the bitcoind (using the very complex mingw&gitian build process) to be willing to work with a live instance of bitcoind.
legendary
Activity: 1358
Merit: 1000
https://gliph.me/hUF
June 07, 2015, 08:04:46 PM
#3

Is there a Windows version of rsync? Software that does a full backup once and on subsequent backups only copies over the files that have changed (incremental backup)?
staff
Activity: 3374
Merit: 6530
Just writing some code
June 07, 2015, 04:11:39 PM
#2
Compress everything into one archive file
legendary
Activity: 4298
Merit: 3209
June 07, 2015, 04:00:19 PM
#1
I'm looking for a way to back up Bitcoin Core, primarily the block chain and database. I'm using Windows 7. I would like a way that is faster and more convenient than copying folders.

I've tried using Git, but it doesn't seem to work. I suspect it is because Git does not preserve file times.

Any suggestions?
Jump to: