Home
last modified time | relevance | path

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

/dports/sysutils/luckybackup/luckybackup-0.5.0/src/
H A DoperationClass.h96 int GetKeepSnapshots () const {return itsKeepSnapshots;} in GetKeepSnapshots() function
H A Dglobal.cpp738 if ((tempOp -> GetTypeSync()) || (tempOp -> GetKeepSnapshots() < 1) ) in loadProfile()
952 if ((tempOp -> GetTypeSync()) || (tempOp -> GetKeepSnapshots() < 1) ) in loadProfileQV()
1059 … out << "KeepSnapshots=" << Operation[currentOperation] -> GetKeepSnapshots() << "\n"; in saveProfile()
1800 …int operationToAppendMaxSnaps = operationToAppend -> GetKeepSnapshots(); // this is the max numbe… in AppendArguments()
H A Dcommandline.cpp216 …int maxSnaps = Operation[currentOperation] -> GetKeepSnapshots(); // this is the number of snapsho… in rsyncIT()
H A Dexecutenow.cpp410 …int maxSnaps = Operation[currentOperation] -> GetKeepSnapshots(); // this is the number of snapsho… in executeBeforeTask()
H A DmodifyDialog.cpp1444 uiM.spinBox_snapshotsKeep -> setValue (pTask -> GetKeepSnapshots()); in fillModifyWindow()