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;

Back up the entire database to a file.

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

Return Value

  • True if the backup succeeded, false otherwise.

  • true if the backup succeeded.

Parameters

Name

Description

dest

Destination path for the backup file.

strDest

Path to the destination backup file.

Created with MrDocs