[HOWTO] Exclude based on file size

Hi,

It's not possible from the baclient.

It's only possible on the server and it's at the storage pool level. So if you want to have this just for one or a group of node, but not all nodes, then it's not practical unless you send them to a unique stgpool. All subordinate pools (next pool) must also have the same maxsize otherwise they will overflow in the next pool instead.

http://www-01.ibm.com/support/knowl...tsm.srv.ref.doc/r_cmd_stgpool_pra_update.html
 
I think you could do it making a file list with them ... first execute "find" command with option -size, take the output to one file and take it to use with inclexcl list into the option file of BA client.

Best regards
 
Back
Top