After following the steps on the Manual and pointing the file to the right path I cannot backup the database, I get the following error
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>networkfirebirdsnapshot.ba
t
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>REM BEGIN SCRIPT
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>REM *** Create the backups
folder if it doesn’t already exist:
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>IF NOT EXIST E:\Backup\Aya
Nova MKDIR E:\Backup\AyaNova
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>REM *** Delete the oldest
copy and shuffle each existing copy to next position
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>REM *** This will produce
a harmless error at first until all 10 copies exist
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>REM *** error will not aff
ect backup
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>del “E:\Backup\AyaNova\AYA
NOVA10.FBK”
Could Not Find E:\Backup\AyaNova\AYANOVA10.FBK
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>ren “E:\Backup\AyaNova\AYA
NOVA09.FBK” AYANOVA10.FBK
The system cannot find the file specified.
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>ren “E:\Backup\AyaNova\AYA
NOVA08.FBK” AYANOVA09.FBK
The system cannot find the file specified.
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>ren “E:\Backup\AyaNova\AYA
NOVA07.FBK” AYANOVA08.FBK
The system cannot find the file specified.
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>ren “E:\Backup\AyaNova\AYA
NOVA06.FBK” AYANOVA07.FBK
The system cannot find the file specified.
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>ren “E:\Backup\AyaNova\AYA
NOVA05.FBK” AYANOVA06.FBK
The system cannot find the file specified.
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>ren “E:\Backup\AyaNova\AYA
NOVA04.FBK” AYANOVA05.FBK
The system cannot find the file specified.
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>ren “E:\Backup\AyaNova\AYA
NOVA03.FBK” AYANOVA04.FBK
The system cannot find the file specified.
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>ren “E:\Backup\AyaNova\AYA
NOVA02.FBK” AYANOVA03.FBK
The system cannot find the file specified.
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>ren “E:\Backup\AyaNova\AYA
NOVA.FBK” AYANOVA02.FBK
The system cannot find the file specified.
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>REM *** Perform a Firebird
backup with verification
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>“C:\Program Files\Firebird
\Firebird_1_5\bin\gbak” -b -v -t -user SYSDBA -password “m0mentum” E:\Company Pr
ivate Folder\AyaNova\AYANOVA.FDB E:\Backup\AYANOVA.FBK
gbak: ERROR: unavailable database
gbak: Exiting before completion due to errors
C:\Program Files\Ground Zero Tech-Works Inc\AyaNova 3>REM END SCRIPT