From: Roman R. <ro...@ro...> - 2008-04-20 21:48:27
|
>>> Is there a way to specify for Backup service to use nbackup and make >>> incremental backup? >> No. AFAIK nbackup isn't available thru Service API. > > Nether I can find any link to api for nbackup..hope you know more! > This is a bad news...back to batch file...or process ! AFAIK, nbackup can be completely managed via SQL, so you can automate this part in your application. Whether it is Services API or DSQL API - it does not really matter. What matters is whether the driver provides the convenience methods for it. For example, our JDBC driver doesn't - not enough time to implement it, same, I think, applies to .NET provider. But you can help - code it for your application and contribute the code back to the project. As basis for the next development it is more than enough. Roman |