New or increase date create version backup criteria

I saw that sometimes new backup had to create (due AddedFiles > 0 or AddedFolder > 0 and so on) but it’s not created but date of last version date-time is incremented. Why and how I know: backup wasn’t created, created with current date or only date-time of last version is incremented?

May be better to created a new param result for this?

So you’re saying that your result report shows 1 or more AddedFiles or AddedFolders but the LastBackupDate in the result does show the same date as what was just backed up?

Apr 14, 2018 9:55 AM: Result <~~~~~~~~~~~~~~~~~~~~
DeletedFiles: 32
DeletedFolders: 7
ModifiedFiles: 93
ExaminedFiles: 34496
OpenedFiles: 166
AddedFiles: 73 <~~~~~~~~~~~~~~~~~~~~
SizeOfModifiedFiles: 339521854
SizeOfAddedFiles: 156474569
SizeOfExaminedFiles: 107480799741
SizeOfOpenedFiles: 511926887
NotProcessedFiles: 0
AddedFolders: 3 <~~~~~~~~~~~~~~~~~~~~
TooLargeFiles: 0
FilesWithError: 0
ModifiedFolders: 0
ModifiedSymlinks: 0
AddedSymlinks: 0
DeletedSymlinks: 0
PartialBackup: False
Dryrun: False
MainOperation: Backup
CompactResults: null
DeleteResults:
    DeletedSets: []
    Dryrun: False
    MainOperation: Delete
    CompactResults: null
    ParsedResult: Success
    EndTime: 4/14/2018 9:55:08 AM (1523717708)
    BeginTime: 4/14/2018 9:52:02 AM (1523717522)
    Duration: 00:03:05.8570424
    Messages: [
...
    ]
    Warnings: []
    Errors: []
    BackendStatistics:
        RemoteCalls: 12
        BytesUploaded: 146480219
        BytesDownloaded: 56399863
        FilesUploaded: 7
        FilesDownloaded: 3
        FilesDeleted: 0
        FoldersCreated: 0
        RetryAttempts: 0
        UnknownFileSize: 0
        UnknownFileCount: 0
        KnownFileCount: 6611
        KnownFileSize: 98761681799
        LastBackupDate: 4/14/2018 9:01:29 AM (1523714489) <~~~~~~~~~~~~~~~~
        BackupListCount: 23
        TotalQuotaSpace: 0
...

Thank you. I didn’t know before that there is backend statistics.

I think the reason in retention policy: one backup per day. So this is why the time of last backup is increasing if I manually start backup few times per day.

I’d have to double check but I think LastBackupDate is the previous run time (not sure if it has to be successful or not) whether it’s scheduled or manual.

I don’t see BackendStatistics in results. Ver. 2.0.3.4. Upgrading to 2.0.3.5. May be in last version if will find it.