...
this command will produce archive file of about 200MB.
- Internal DB
...
use the following command example for full backup of the internal DB (change the backup destination directory to your backup directory) :
Code Block | ||||
---|---|---|---|---|
| ||||
echo "CALL SYSCS_UTIL.SYSCS_BACKUP_DATABASE('/tmp/db_backup');" > /tmp/db_backup.txt
ij /tmp/db_backup.txt |