wallet::SQLiteDatabase::Backup

Back up the entire database to a file.

Synopses

Declared in <wallet/db.h>

Back up the entire database to a file.

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

Back up the entire database to a file.

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

Return Value

  • True if the backup succeeded, false otherwise.
  • true if the backup succeeded.

Parameters

NameDescription
destDestination path for the backup file.
strDestPath to the destination backup file.