sclind
8 years agoLevel 6
Enter backup selections for big directories - then catch everything else
I want to split up the STD backup for a large Linux file system into multiple streams yet also make sure I never miss any data. So is there anyway to accomplish something like:
/fsname/big_directory_one
NEW_STREAM
/fsname/really_big_directory_two
NEW_STREAM
/fsname/super_big_directory_three
NEW_STREAM
/fsname/(catch everything else)
I dont really want to hard code anything in the /xxx/(catch everything else); I was hoping there was a way for Netbackup to do it.