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

Name

Description

strDest

Destination path for the backup file.

Created with MrDocs