Looking into CrumpletReader I see:
                case isc_action_svc_backup:
                case isc_action_svc_restore:
                        switch (tag)
                        {
                        case isc_spb_bkp_file:
                        case isc_spb_dbname:
                        case isc_spb_res_fix_fss_data:
                        case isc_spb_res_fix_fss_metadata:
                        case isc_spb_bkp_stat:
                                return StringSpb;
                        case isc_spb_bkp_factor:
                        case isc_spb_bkp_length:
                        case isc_spb_res_length:
                        case isc_spb_res_buffers:
                        case isc_spb_res_page_size:
                        case isc_spb_options:
                        case isc_spb_verbint:
                                return IntSpb;
                        case isc_spb_verbose:
                                return SingleTpb;
                        case isc_spb_res_access_mode:
                                return ByteSpb;
                        }
                        invalid_structure("unknown parameter for
                        backup/restore");
                        break;

No isc_spb_bkp_skip_data here. Is that expected?

-- 
Mgr. Jiří Činčura
Independent IT Specialist

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to