On 01/26/2016 01:57 PM, Jiří Činčura wrote: >> No. > So the only option left is modify the file manually? Which of course > only works if the file is accessible for .NET provider. > > Is it worth adding it to tracker or is it something CORE is not going to > do? >
Adding nbackup -F to services is technically trivial. The main reason it was not done are usage patterns. -F switch is needed in 2 cases: - After restoring backup of database using non-nbackup tools (i.e. someone does: alter database begin backup; copies db-file using some non-firebird tools; alter database end backup) and after is wants to restore that copy. But this anyway requires access to server console, i.e. command line nbackup can be used. - To activate database after loosing for some delta-file which should be normally merged. This is emergency case (all transactions stored in delta file will be lost), and I do not want to make it possible to run it remotely. ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
