MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / backupDB

Method backupDB

cmdtools/extractnotes.cpp:80–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79
80void ExtractNotes::backupDB() {
81 if (outputFile.trimmed() == "") {
82 std::cout << QString(tr("Output file not specified.")).toStdString() << endl;
83 return;
84 }
85 ExportData exports(backup, true, this);
86 exports.backupData(this->outputFile);
87}

Callers 1

exportNotesMethod · 0.80

Calls 2

backupDataMethod · 0.80
QStringClass · 0.50

Tested by

no test coverage detected