Firebird create and restore backup

Create Database on FireBirdie

[root@data]# /usr/lib64/firebird/bin-superserver/isql
Use CONNECT or CREATE DATABASE to specify a database
SQL> create database 'mydatabase.gdb'
CON> user 'sysdba' password 'masterkey';
SQL> quit;

Dump the old backup

[root@data]# gbak -r o -v -user SYSDBA -password masterkey /home/dbackup/mydatabase-2013-06-20.gbk mydatabase.gdb

Comments

Popular posts from this blog

Close all open only ssh port

Can't use proxy because no authentication schemes are fully configured.

Black screen after logging in on Windows 2012 R2 using domain credentials on remote desktop connection