FBCopy

What does it do?
With FBCopy, you can easily copy data between Firebird tables and databases.
FBCopy is a command-line tool, so you can use it inside batch scripts, cron
jobs, etc. Currently, Linux and Windows versions are available, but I hope
it can be built with any compiler that can build IBPP library. I ran it on
FreeBSD, and it should also work on MacOSX without much trouble.

Since version 1.50, you can also compare data in databases. It can give nice
HTML output of differences.

Why?
I was trying to copy data from one Firebird database to another. There are
a lot of nice GUI tools that do it, but they all require thay you have fast
access to database. Both databases I had were on remote server, and all I
had was console access via ssh. Databases were too big to copy them to my
machine, pump the data, and copy back. So I had to pump on the server. There
were no tools for this, so I decided to write one.

How to install it?
Please read the INSTALL file.

How to use it?
Please read the fbcopy-manual.html file.

Who created it?
- Milan Babuskov
- Thiago Borges (dependencies sorting code)

How much does it cost?
FBCopy is a Free Software, released under Expat (a.k.a. MIT) license.
Please refer to file COPYING for more details.
