Subject Re: [firebird-support] Re: How to shrink Firebird dataBase -> Backup and restore
Author Ivan Prenosil
> BTW are there plans to combine the backup and restore actions to one
> single reorg command??

Just redirect output of gbak to another gbak that will create new db:

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/