Subject Re: [Firebird-Java] Backup error
Author Roman Rokytskyy
> I run a thread that backs the db up every X hours with
> FBBackupManager.backupDatabase(), and each time before backing up, it
> calls FBBackupManager.setBackupPath(path) ('path' might or might not
> differ from the previous backup path).
> I got the following error:

> java.lang.IllegalArgumentException: You cannot use
> setBackupPath(String) and addBackupPath(String, int) methods
> simultaneously.

I think I know what is happening... for now you have to recreate
FBBackupManager object each time, the fix will be in the next point release.

Roman