[#wallet-SQLiteDatabase-Backup-02] = xref:wallet.adoc[wallet]::xref:wallet/SQLiteDatabase.adoc[SQLiteDatabase]::Backup :relfileprefix: ../../ :mrdocs: Back up the entire database to a file. == Synopses Declared in `<wallet/db.h>` Back up the entire database to a file. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool xref:wallet/SQLiteDatabase/Backup-0b.adoc[Backup](std::string const& dest) const override; ---- [.small]#xref:wallet/SQLiteDatabase/Backup-0b.adoc[_» more..._]# Back up the entire database to a file. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool xref:wallet/WalletDatabase/Backup.adoc[Backup](std::string const& strDest) const = 0; ---- [.small]#xref:wallet/WalletDatabase/Backup.adoc[_» more..._]# == Return Value * True if the backup succeeded, false otherwise. * true if the backup succeeded. == Parameters [cols="1,4"] |=== | Name| Description | *dest* | Destination path for the backup file. | *strDest* | Path to the destination backup file. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#