|
From: Eric B. <er...@ba...> - 2025-05-09 06:24:50
|
Hello John, On 5/9/25 05:32, John Lockard wrote: > I'm curious how hard it would be to add a line of data to the backup report. > > During backup I can do a status on the client and see how many files it's > examined and how many it's backed up, so far. But on the final backup > report it only has the number of files backed up, and I'd like to also see > the number of files examined. Is this number recorded in the database, or > is it only held by FileD during backup? You can find the number of bytes read during the process in the catalog, but I don't think you have the total number of files seen, it's actually a very good idea. I will see how we can implement it. In the mean time, if you use the Collector feature, you can have detailed information about each job, I'm not 100% sure that you have this one, but it worth to have a look. (If it is not reported, we should add it as well). Thanks, Best Regards, Eric |