Subject Re: [firebird-support] How to use GBAK to create/restore into multiple files with specific size
Author Mohd. Jeffry
> gsplit -join <database.gbk> <database2.gbk> [<database3.gbk>, ...] |
> gbak -r -v -c -p 4096 stdin <database.gdb> 511999 <database2.gdb> 511999
> [<database3.gdb> 511999, ...]
>

What is the size of your database.gdbs after those command ? Does the
number 4096 and the 511999 is the determination factor for the size?
How how to calculate this numbers?