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

Name

Description

strDest

Path to the destination backup file.

Created with MrDocs