ok type casting to int solved my problem with Total size printing.
< $total_kb += int $dump->{'kb'};
---
> $total_kb += $dump->{'kb'};
Thanks Gunar Gunnarsson
________________________________
Från: [email protected] [mailto:[email protected]] För
Gunnarsson, Gunnar
Skickat: den 2 augusti 2011 11:43
Till: [email protected]
Ämne: amvault-3.2.3
Hi,
Upgraded to 3.2.3 from 3.2.0 to fix split and LEOM handling.
amvault is not listning the size of the dumps see below. I'm running Solaris
sparc 10 perl version v5.8.4.
amvault --dry-run -o mailto=vault --fulls-only --src-timestamp
20110709-20110801 --dst-changer vault --label-template "daily-1%%" --autolabel
any daily tx5019
daily-19 94 tx5019 / 20110710200103 0
daily-24 29 tx5019 /export/home 20110714200102 0
daily-38 114 tx5019 /export 20110723200103 0
daily-41 161 tx5019 / 20110725200103 0
daily-45 26 tx5019 /export/home 20110729200103 0
Total Size: NaN KB
Thanks Gunnar Gunnarsson