wallet::WalletDatabase::Backup

Back up the entire database to a file.

Synopsis

Declared in <wallet/db.h>

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

Return Value

true if the backup succeeded.

Parameters

NameDescription
strDestPath to the destination backup file.