Used Space and Backup Client License Storage Settings
The "Used Space and Backup Client License Storage Settings" page is used to configure the behavior of periodically recalculating the used space for storage servers and cloud storage accounts.
The background service is disabled and has a 12 hour interval period by default.
If enabled, the used space for storage servers and cloud storage accounts will be recalculated when the web application is started.
The background service will iterate through each storage server and cloud storage account to recalculate their used space.
If there are any cloud storage accounts associated with backup client license keys, the backup client license expiration dates are also retrieved from the license server.
After the background service has finished recalculating the used space, it will wait until the specified interval period has elapsed before recalculating the used space again.
The used space will be recalculated for each storage server and cloud storage account in parallel, with a maximum degree of parallelism set to the number of processors of the current machine.
The minimum interval is 1 minute.
The maximum interval is 99 days, 23 hours, and 59 minutes.
If the background service is currently recalculating used spaces, any changes to these fields will take affect after the recalculation has completed.
If the background service is disabled and not currently recalculating used spaces, the web application will check every 5 minutes to see if it has been enabled.
Saving
Only users with the Edit Settings
role permission may save changes to these fields.
Logging
To enable logging specifically for the periodic timer:
- Enable logging for the "Management Server" Web Site to at least the
Info
logging level. - Update
appsettings.json
and add the component withinLogLevel
:"ManagementServer.Web.Infrastructure.CloudStorageAccounts": "Information"
- A message will be logged in the logs directory (ex. "C:\Program Files (x86)\NovaStor\NovaBACKUP Central Management\WebRoot\Web\bin\Logs"). For example:
Periodic recalculation of used space background service has started.
Periodic recalculation of used space background service has completed.
Periodic recalculation of used space background service failed.
Permissions required
View Settings