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