Subject | Re: [firebird-support] Re: How to shrink Firebird dataBase -> Backup and restore |
---|---|
Author | Ivan Prenosil |
Post date | 2005-02-09T14:51:06Z |
> BTW are there plans to combine the backup and restore actions to oneJust redirect output of gbak to another gbak that will create new db:
> single reorg command??
GBAK -B MYDB.FDB stdout | GBAK -C stdin SHRINKEDDB.FDB
Note that stdin/stdout must be in lowercase.
Not aplicable to services api of course.
Ivan
http://www.volny.cz/iprenosil/interbase/