sort_backup_type device
Specifies that NetBackup create jobs based on a file's device ID. This causes the drives parameter in the intSID.utl file to be ignored.
For example, if 12 files are requested for backup, and they reside on two different devices (X and Y), then two jobs are created. The first job contains all the files that are associated with device X, and the second job contains all the files on device Y.
Note:
The implementation is based on the st_dev value from the stat() function. This value identifies a file partition.
The following UNIX or Linux example shows how jobs are created when device is specified:
Input file list from SAP (brbackup, sapdba):
Backup job 1 (all have the device ID x):
Backup job 2 (all have the same device ID y):
The following Windows example shows how jobs are created when device is specified:
Input file list from SAP (brbackup, sapdba):
Backup job 1 (all have the device ID x):
Backup job 2 (all have the same device ID y):