Subject Re: [SPAM 4] Re: [firebird-support] Backup scheme?
Author Ann W. Harrison
On 11/4/2010 9:12 AM, Claudio Romero wrote:
> An easy way is Shadow de Database
>
> http://www.firebirdsql.org/manual/gfix-shadow.html
>
> Shadow is a replication at transaction level and real time. The two or
> more copy databases are identical. Good for disc failure
>

Don't do it! Shadowing is an ancient feature - circa 1987 - that
has terrible performance implications. If you want a shadow copy
of the database rather than replication, use a hardware / disk
based shadow that won't ruin your performance.


Good luck,

Ann