Dima G.

Results 28 comments of Dima G.

> @dgcom is this something you plan to work on? If so I will assign the issue to you. I would love to, but I don't have enough time and...

For Windows, handles count is "\Process(*)\Handle Count" perfmon counter. In PowerShell this is available with this example: ```PowerShell # All processes get-counter "\Process(*)\Handle Count" # Specific process get-counter "\Process(explorer)\Handle Count"...

I looked at [gopsutil](https://github.com/shirou/gopsutil) and it does not use performance counters at all, which explains why it only supports cpu, memory and limited number of IO counters. The best option...

Same concern here... I have average size backup of about 250Gb files to local NAS. Over time, it accumulated ~100 versions and now it takes very long to restore anything...

The backup itself was created with 2.0.3.5 but I am testing restore with 2.0.4.38, which as I understand is the same as 2.0.5.0. At one point I enabled --log-file-log-level="ExplicitOnly" and...

Current test which is running for 15 hours already and is at the stage of processing dblock files. It finished all dlist and dindex files already - it runs something...

The discussion on the forum implies that v2.0.4.38 is the same as v2.0.5.0 But yes, I started new test with repair command already.

My test job is running and it still processes dlist files. (This is now working off the local copy of the backup, so I can keep it running on the...

Hello. > Recreate has numerous aspects to it, including SQL, DB, and bugs. It also shouldn't be needed a lot, so if somebody's having to do it way too often,...

@drwtsn32x > Yikes, you shouldn't need any dblocks to regenerate the database. I don't understand exactly what causes it, but I believe it may be invalid data in the dindex...