Netbackup 7.0
Have a windows policy set to back up all local drives.
The client has two drives C and H.
We needed to back up the files with extensions .bak and .trn on the C drive.
On the H drive we need .bak and .trn only in the folders in
H:\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\ but not the files in the directory H:\Microsoft SQL Server\MSSQL.1\MSSQL\Backup.
Here is my exclude/include.
Exlude List = *:\
Include List=
C:\*.trn
C:\*.bak
H:\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\[a-zA-Z]*
THE H part of include/exclude is working correctly. Only files in the folders under Backup are getting backed up but files in Backup aren't getting backed up.
the issue is .bak and .trn files in C aren't getting backed up. It is only looking for .bak and .trn in the C directory not in the subfolders of the C directory. Anyway to specify to search all subdirecotries in C for .bak and .trn? Thanks.
Have a windows policy set to back up all local drives.
The client has two drives C and H.
We needed to back up the files with extensions .bak and .trn on the C drive.
On the H drive we need .bak and .trn only in the folders in
H:\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\ but not the files in the directory H:\Microsoft SQL Server\MSSQL.1\MSSQL\Backup.
Here is my exclude/include.
Exlude List = *:\
Include List=
C:\*.trn
C:\*.bak
H:\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\[a-zA-Z]*
THE H part of include/exclude is working correctly. Only files in the folders under Backup are getting backed up but files in Backup aren't getting backed up.
the issue is .bak and .trn files in C aren't getting backed up. It is only looking for .bak and .trn in the C directory not in the subfolders of the C directory. Anyway to specify to search all subdirecotries in C for .bak and .trn? Thanks.