Back up the entire database to a file.
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...
| Name | Description |
|---|---|
| dest | Destination path for the backup file. |
| strDest | Path to the destination backup file. |