Re: auto backing up of wallet.dat

Participants: Jeff Garzik

Quote from: satoshi on August 26, 2010, 12:57:40 AM

What’s the simplest portable way to copy a file? Is there something in Boost?

mmap(2) + memcpy(3) ? Boost::Iostreams already has a mapped_file Source.

Quote from: satoshi on August 26, 2010, 12:57:40 AM

What should it be named? maybe: backupwallet

Sounds quite useful!