Ashish,
Good day..!!!
Use the same stored proc and provide the @stripe_dir parameter:
sp_config_dump
[@config_name = ‘configuration_name’
[, {
[@stripe_dir = ’stripe_dir_name’,]
[@ext_api = ’external_api’,]
[@num_stripes = ’number_of_stripes’,]
[@retry = ’number_of_retries’,]
[@blocksize = ’number_of_bytes’,]
[@compression = ’compression_level’,]
[@retain_days = ’number_of_days’,]
[@init = ’[noinit | init]’,]
[@verify = ’[header | full]’,]
[@notify = ’[client | operator_console]',]
[@backup_srv_name = backup_server_name’,]
} | [‘delete’]
] ]
Parameters
@stripe_dir = ’stripe_dir_name’
is the directory in which files are archived during the dump operation.
Archived files are typically named using this format:
On backing up to tapes: all you should need to do is specify the tape drive pathname with @stripe_dir.
Regards
Kiran K Adharapuram