Quote:
Originally posted by eherber
2 GB is an Informix limitation in all databaseservers
until verson 9.40. In 9.40 the 2GB limit is removed.
dbexport is not a backup tool. Think about ontape or
onbar for this purpose.
|
Here is how to backup your database to disk.
1. create an emty file using touch(UNIX), give the file rw access also the folder. ex. touch /backup/infbackup;chmod 777 /backup/infbackup
2. modify onconfig file and change TAPEDEV /backup/infbackup
TAPEBLK 1024 # tape block size
TAPESIZE 4000000 # maximum amount data that the tape can handle
3. restart informix
4. ontape -s -L 0