> Hi. I would like to know how to make MaxDB automatically > backup database instances to another device, such as a CD or > a zip disk, other than the local drive. Thank you.
MaxDB has no cron mechanism itself, so you'd have to use cron (or the Scheduler on Windows). Examples on how to do backups through dbmcli are in create_demo_db.sh (Windows: create_demo_db.cmd). If you're using a zip disk or a UDF CD-Rom file system, you can specifiy them just as an ordinary file in the definition of a backup medium. Daniel Dittmar -- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
