Subject | Re: [Firebird-Java] Backup error |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-12-20T05:57:30Z |
> I run a thread that backs the db up every X hours withI think I know what is happening... for now you have to recreate
> 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.
FBBackupManager object each time, the fix will be in the next point release.
Roman