how can I exclude one specific (quite big) database from the backup?
I would rather not like to specify every database as a single save set.
As far as I know the use of directives/skips doesn´t work with database backups. In an older thread I found the "-h" parameter, which seems to be omitted...
Maybe important: the DB server is a "always-on group".
Databases and preferred backup node detection(s) happens dynamically for the AlwaysOn group backup. Due to that it does not exclude particular database.
Did you try to include -h parameter in the Client followed by the database (i.e. nsrsqlsv.exe -h ) ?
ElanC
53 Posts
757
0
Posted October 26th, 2016 01:00
Databases and preferred backup node detection(s) happens dynamically for the AlwaysOn group backup. Due to that it does not exclude particular database.
Did you try to include -h parameter in the Client followed by the database (i.e. nsrsqlsv.exe -h ) ?