Hi,
In Designer mode in Administration exists command like "Dump Infobase..". Can we use this command by script?
Task is to take infobase dump file (.dt).
Client/server mode, server os ubuntu server 12.10 64-bit, DBMS - PostgreSQL 9.2.
We don't want to take back up via DBMS tools, cause ".dt" file is smaller than ".backup" file (for example db is 4 GB, but .dt dump file 600 Mb). And for us is seen more usefull to use .dt backup.
Or in Client/server mode dumping by script is possible only via DBMS tools?
In server there is cluster administration tools like "ras" and "rac", or we can dump infobase via this tools?
In small business I saw an example dumping mechanism that works via ComObject which use html and win.shell command that work only on file based infobase (which takes only copy of infobase).