wallet::BerkeleyRODatabase::Backup

Back up the entire database to a file.

Synopsis

Declared in <wallet/migrate.h>

virtual
bool
Backup(std::string const& strDest) const override;

Return Value

True if the backup succeeded, false otherwise.

Parameters

NameDescription
strDestDestination path for the backup file.