wallet::SQLiteDatabase::Backup

Back up the entire database to a file.

Synopsis

Declared in <wallet/sqlite.h>

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

Return Value

True if the backup succeeded, false otherwise.

Parameters

NameDescription
destDestination path for the backup file.