Unsolved
This post is more than 5 years old
1 Message
0
1669
December 22nd, 2005 14:00
What directories should be excluded? MS SQL File System Backup / Cluster
Greetings,
I'm configuring Networker 7.2.1 to back up an MS Cluster running MS SQL 2000 in a failover configuration.
What folders do I need to exclude in SQL to ensure we get everything backed up?
We're going to use the built in backup capability of SQL and perform a filesystem backup of those files.
Thanks in Advance,
Fred
I'm configuring Networker 7.2.1 to back up an MS Cluster running MS SQL 2000 in a failover configuration.
What folders do I need to exclude in SQL to ensure we get everything backed up?
We're going to use the built in backup capability of SQL and perform a filesystem backup of those files.
Thanks in Advance,
Fred
No Events found!



ble1
2 Intern
•
14.3K Posts
0
December 22nd, 2005 22:00
Since you will use file system backup of backup files created from SQL itself you need to make sure your schedule doesn't run before that backup is done.
Since this is going to be live database the only thing you could exclude are those open files (databases & logs?). To do that write down a directive, but confirm with dba what exactly should be excluded as it will covered by SQL backup. That's what you can exclude in NetWorker. What to exclude in SQL (and that was your question) I have no idea, but here are few links for basics (but again your SQL admin should know this):
http://www.devx.com/getHelpOn/10MinuteSolution/16507/1954?pf=true
http://support.microsoft.com/kb/829024/en-us
http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/sqlops0.mspx
Last two links are pointing to Microsoft SQL Server 2000 Operations which is very good reading for SQL in general. Backup&restore section is covered in chapter IV.
jtgowing
28 Posts
0
December 28th, 2005 00:00
So for my customers I use the following simple directive.
If you you use this as a global directive it will skip the SQL database files anywhere, Obviously you may want to make it a little more specific.
AND I agree it is always good practice (and politics) to involve your DBA in the setup. Also check with them the scheduling on the other DB maintenance tasks (integrity checks, space reclamation, virus scan etc) to ensure they don't clash with the backup
SQL Directive
Skip .mdf & .ldf anywhere
<>
+skip: *.mdf *.ldf
Good Luck
John
dsnc225
2 Posts
0
March 2nd, 2019 04:00
You can refer below topic. I think this is related to your problem. :smileyhappy: .
https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/configure-file-system-permissions-for-database-engine-access?view=sql-server-2017