> I recorded the process of backup , if anybody would be so kind to help > me, please take a look at :
> FireBirdBackup <http://youtu.be/txUruy35qHE> > > image <http://youtu.be/txUruy35qHE> > > > FireBirdBackup <http://youtu.be/txUruy35qHE> > This feature is not available right now. Please try again later. > > View on youtu.be <http://youtu.be/txUruy35qHE> > > Preview by Yahoo > > > the command line is : > > "C:\Program Files (x86)\Firebird\Firebird_2_5\bin\gbak.exe" -b -g -v > -user SYSDBA -password masterkey xx.xx.xx.14:e:\fdb\gestoc_asolo.FDB > gestoc_asolo.fbk Are you running gbak from your local client machine against a remote server/database and creating the backup file on your local machine? I If so, this is not a good idea from a performance perspective. And even when doing that "locally" on the Firebird server, try to run the backup through the Services API (services manager) to by-pass the TCP stack. For example: gbak -b -g -v -service xx.xx.xx.14:service_mgr -user sysdba -password masterkey e:\fdb\gestoc_asolo.fdb e:\backup\gestoc_asolo.fbk -- With regards, Thomas Steinmaurer http://www.upscene.com/ Professional Tools and Services for Firebird FB TraceManager, IB LogManager, Database Health Check, Tuning etc.
