A Simple Backup & Restore
This example takes a backup, then immediately overwrites the original database using the new backup.This is not normally a good idea as the first action of the -recreate overwrite
is to wipe out the database.
tux> # Backup the database. tux> gbak -backup employee /backups/employee.fbk tux> # Restore the database. tux> gfix -shut -tran 60 employee tux> gbak -recreate overwrite /backups/employee.fbk employee