My bad, i completely missed that.
So my last question is, i use the following options: -fossils -threads 10
In my report i actually see:
Running check command from /cache/localhost/all
Options: [-log check -storage DK_Duplicacy_Backups -fossils -threads 10 -a -tabular]
Now as i read -tabular
should:
show tabular usage and deduplication statistics (imply -stats, -all, and all revisions)
This is all true apart that i do not see -stats
in my reports’ options listed above. Is this intended?
In the reports the deduplication statistics are these?:
2022-01-10 01:01:18.763 INFO SNAPSHOT_CHECK All chunks referenced by snapshot AppData at revision 273 exist
2022-01-10 01:01:18.838 INFO SNAPSHOT_CHECK All chunks referenced by snapshot AppData at revision 274 exist
2022-01-10 01:01:18.874 INFO SNAPSHOT_CHECK All chunks referenced by snapshot AppData at revision 275 exist
2022-01-10 01:01:18.920 INFO SNAPSHOT_CHECK All chunks referenced by snapshot AppData at revision 276 exist
And i suppose that the tabular usage is obviously the one at the bottom:
snap | rev | | files | bytes | chunks | bytes | uniq | bytes | new | bytes |
AppData | 273 | @ 2022-01-03 01:00 | 34301 | 1,544M | 455 | 781,272K | 13 | 9,386K | 455 | 781,272K |
AppData | 274 | @ 2022-01-04 01:00 | 34307 | 1,535M | 457 | 785,506K | 12 | 6,515K | 15 | 13,620K |
AppData | 275 | @ 2022-01-05 01:00 | 34311 | 1,533M | 459 | 790,464K | 19 | 10,905K | 25 | 21,689K |
AppData | 276 | @ 2022-01-06 01:00 | 34316 | 1,533M | 455 | 795,751K | 15 | 11,554K | 20 | 19,525K |
Correct?