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 protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]