Click the link above to access ADSM.ORG Acceptable Use Policy and forum rules which should be observed when using this website. Violators may be banned from this website. This notice will disappear after you have made at least 3 posts.
You can see when it was last backed up, but not how many bytes by using:how do we get the details as to when the drive backed up and how many bytes
query filespace f=d
or query filespace {NODENAME} f=d
if for a specific node. You can also get a shorter output with a SQL command:select node_name,filespace_name,last_backup_complete from filespaces order by last_backup_complete
That data is not stored on the server at the filespace level, only at the node level.I can get the node level daily backup data, but i am looking for FS level data backed up daily
Yes, that's what I just said.from filespaces table we are not getting the backed up data