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

Name

Description

dest

Destination path for the backup file.

Created with MrDocs