Home
last modified time | relevance | path

Searched refs:filtersSnapLog (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/luckybackup/luckybackup-0.5.0/src/
H A Dfunctions.cpp966 QStringList filtersSnapLog, snapListFiles, logsListFiles; in arrangeLogSnap() local
968 filtersSnapLog << profileName + "-*"; // profileName is the old profile name in arrangeLogSnap()
970filtersSnapLog << profileName + "-" + NameToUse + "-*"; // NameToUse is the name of the task that … in arrangeLogSnap()
974 …snapListFiles = snapTempDir.entryList(filtersSnapLog,QDir::AllEntries | QDir::Hidden | QDir::NoDot… in arrangeLogSnap()
975 …logsListFiles = logTempDir.entryList(filtersSnapLog,QDir::AllEntries | QDir::Hidden | QDir::NoDotA… in arrangeLogSnap()