ADSM-L

[ADSM-L] trying to get rough estimate of the equivalent of a full backup

2017-03-17 07:41:19
Subject: [ADSM-L] trying to get rough estimate of the equivalent of a full backup
From: "Lee, Gary" <glee AT BSU DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Fri, 17 Mar 2017 11:40:31 +0000
Tsm v 7.1.7.1 running under RHEL 6.8.

Trying to fill out a vendor's questionnaire regarding backup.
They want an estimate of the size of a full backup of our environment.
Given the infinite incremental nature of tsm, will the following script work?
I am also open to a better suggestion if it exists.
select node_name, -
sum( capacity* pct_util/ 100/ 1024 ) as "used GB" -
from filespaces -
group by node_name -
order by node_name

thanks for the help.

<Prev in Thread] Current Thread [Next in Thread>