I'm using firebird nbackup method to backup my database by using this code:
nbackup -u systemdab -p masterskeys -B 0 DB01.FDB DB01.NBK
After complete backup, the size is smaller than original size. It might be caused of removing unused pages (I'm new to firebird please correct me if I'm wrong).
Is there any possible way to prevent removing of unused pages, or any way to get the amount of unused pages inside my database ?
Please let me know if you have any idea. Thanks.