Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OT: FrontBase Scheduled Backups



On 11.12.2006, at 19:05, Gaastra Dennis - WO Lists wrote:

How does one schedule - e.g. daily - backups with FrontBase?
Their manual only specifies SQL code, and a GUI button for a one- time backup, but nothing scheduled.


Any sample scripts for daily backups? Thanks.

A simple cron-job will do it ...

You can have your sql commands in a file:

connect to YOURDB user _system password PASS;
write backup compressed;

then you can call the sql92 command line tool from cron with this file as an argument.

cug
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/email@hidden

This email sent to email@hidden
References: 
 >OT: FrontBase Scheduled Backups (From: Gaastra Dennis - WO Lists <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.