Re: OT: FrontBase Scheduled Backups
Re: OT: FrontBase Scheduled Backups
- Subject: Re: OT: FrontBase Scheduled Backups
- From: Guido Neitzer <email@hidden>
- Date: Mon, 11 Dec 2006 20:08:27 +0100
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:
This email sent to email@hidden