Browse Community
Help
Log In
Responses(4)
Solutions(0)
ble1
4 Operator
•
14.4K Posts
0
September 29th, 2013 23:00
Not directly. If ssid=folder size, then you can use mminfo. If not (and most likely), you can check via browsable recover and see size of specific backup set (in case of incremental restore you will have to do the math for each ssid in block).
Thierry101
2 Intern
326 Posts
October 2nd, 2013 13:00
Thanks for the reply Horvje
The browsable size doesn't seem right,..for example the GUI size shown 10240 (B/KB/MB? Still doesn't tally anyways) but properties shows 389 MB
October 3rd, 2013 01:00
I was not referring to GUI - more CLI. For example:
recover> pwd /vol/nXXXX303/XXXX_tst_wli_logs/audit recover> ll total 3072 256 -rw-r----- 8002 8002 1212233 Jul 05 2012 XXXX_tst_wli_ms1.log 256 -rw-r----- 8002 8002 5121683 Jul 05 2012 XXXX_tst_wli_ms1.log.1 256 -rw-r----- 8002 8002 5121351 Jul 05 2012 XXXX_tst_wli_ms1.log.2 256 -rw-r----- 8002 8002 5121517 Jul 05 2012 XXXX_tst_wli_ms1.log.3 256 -rw-r----- 8002 8002 5121683 Jul 05 2012 XXXX_tst_wli_ms1.log.4 256 -rw-r----- 8002 8002 5121849 Jul 05 2012 XXXX_tst_wli_ms1.log.5 256 -rw-r----- 8002 8002 1088704 Jul 05 2012 XXXX_tst_wli_ms2.log 256 -rw-r----- 8002 8002 5121351 Jul 05 2012 XXXX_tst_wli_ms2.log.1 256 -rw-r----- 8002 8002 5121185 Jul 05 2012 XXXX_tst_wli_ms2.log.2 256 -rw-r----- 8002 8002 5121185 Jul 05 2012 XXXX_tst_wli_ms2.log.3 256 -rw-r----- 8002 8002 5121351 Jul 05 2012 XXXX_tst_wli_ms2.log.4 256 -rw-r----- 8002 8002 5121185 Jul 05 2012 XXXX_tst_wli_ms2.log.5
recover> pwd
/vol/nXXXX303/XXXX_tst_wli_logs/audit
recover> ll
total 3072
256 -rw-r----- 8002 8002 1212233 Jul 05 2012 XXXX_tst_wli_ms1.log
256 -rw-r----- 8002 8002 5121683 Jul 05 2012 XXXX_tst_wli_ms1.log.1
256 -rw-r----- 8002 8002 5121351 Jul 05 2012 XXXX_tst_wli_ms1.log.2
256 -rw-r----- 8002 8002 5121517 Jul 05 2012 XXXX_tst_wli_ms1.log.3
256 -rw-r----- 8002 8002 5121683 Jul 05 2012 XXXX_tst_wli_ms1.log.4
256 -rw-r----- 8002 8002 5121849 Jul 05 2012 XXXX_tst_wli_ms1.log.5
256 -rw-r----- 8002 8002 1088704 Jul 05 2012 XXXX_tst_wli_ms2.log
256 -rw-r----- 8002 8002 5121351 Jul 05 2012 XXXX_tst_wli_ms2.log.1
256 -rw-r----- 8002 8002 5121185 Jul 05 2012 XXXX_tst_wli_ms2.log.2
256 -rw-r----- 8002 8002 5121185 Jul 05 2012 XXXX_tst_wli_ms2.log.3
256 -rw-r----- 8002 8002 5121351 Jul 05 2012 XXXX_tst_wli_ms2.log.4
256 -rw-r----- 8002 8002 5121185 Jul 05 2012 XXXX_tst_wli_ms2.log.5
The size above is in bytes.
MoinMansuri
147 Posts
October 9th, 2013 23:00
Not Direct way, But below will be help full for you:recover –c client name –s destination server name –iR
cd /path/to/your/diradd # whateverfiles you want to restore.and then uselist -land save the output to an external file(excel) and sum the sizes from that.
Dell Support Resources
View All
Top
ble1
4 Operator
•
14.4K Posts
0
September 29th, 2013 23:00
Not directly. If ssid=folder size, then you can use mminfo. If not (and most likely), you can check via browsable recover and see size of specific backup set (in case of incremental restore you will have to do the math for each ssid in block).
Thierry101
2 Intern
•
326 Posts
0
October 2nd, 2013 13:00
Thanks for the reply Horvje
The browsable size doesn't seem right,..for example the GUI size shown 10240 (B/KB/MB? Still doesn't tally anyways) but properties shows 389 MB
ble1
4 Operator
•
14.4K Posts
0
October 3rd, 2013 01:00
I was not referring to GUI - more CLI. For example:
The size above is in bytes.
MoinMansuri
2 Intern
•
147 Posts
0
October 9th, 2013 23:00
Not Direct way, But below will be help full for you:
recover –c client name –s destination server name –iR
cd /path/to/your/dir
add # whatever
files you want to restore.
and then use
list -l
and save the output to an external file(excel) and sum the sizes from that.