Search found 2 matches

by Drechsel@Continental
Tue Mar 01, 2011 5:40 pm
Forum: Server Manager
Topic: automization of db backup using GBAK.exe
Replies: 2
Views: 4106

Re: automization of db backup using GBAK.exe

here is the code which I tried to use for running a db backup from script:

Code: Select all

cd "C:\Program Files\EPO_OLF5\db"
"C:\Program Files\EPO_OLF5\Firebird-1.5.3.4870\bin\gbak.exe" -z eOLFdi C:\OLF-db-backups\2011-02-14.bk
pause
by Drechsel@Continental
Thu Feb 24, 2011 3:44 pm
Forum: Server Manager
Topic: automization of db backup using GBAK.exe
Replies: 2
Views: 4106

automization of db backup using GBAK.exe

The server manager currently does provide a manual method only to create db backups. The manual procedure requires that users have to log off before start of backup. This administrative overhead I would like to avoid. The firebird open source software has a tool for command line execution of backups...