Subject | RE: [firebird-support] Equivalent of GbakSchd for Linux |
---|---|
Author | Tom Munro Glass |
Post date | 2004-05-07T20:31:31Z |
Thanks Salim, but just using cron does not solve the problem. I guess I'm
really looking for a smart "backup.sh" that will handle the naming of the
backup file depending on whether it's doing a daily, weekly or monthly
backup. I do agree that cron is the obvious choice for running the script.
Tom
really looking for a smart "backup.sh" that will handle the naming of the
backup file depending on whether it's doing a daily, weekly or monthly
backup. I do agree that cron is the obvious choice for running the script.
Tom
> -----Original Message-----
> From: Salim Naufal [mailto:salim.naufal@...]
> Sent: Friday, 7 May 2004 23:52
> To: firebird-support@yahoogroups.com
> Subject: RE: [firebird-support] Equivalent of GbakSchd for Linux
>
>
> Use the crontab of linux
>
> For example,
>
> Crontab -e
>
> Then in the editor set the following line:
>
> 50 16 * * 1-5 /backups/backup.sh
>
> (at 16:50, every day, evey month, from Monday to Friday, execute the
> /backups/backup.sh script)
>
> in the /backup/backup.sh script, set
>
> /opt/firebird/gbak -b (-T if you want it transportable) -user sysdba
> -password masterkey (or other pwd) /database/db.fdb /backup/db.fbk
>
> you can also add the compression
>
> gzip -9 (for maximum compression) /backup/db.fbk
>
>
>
> -----Original Message-----
> From: Tom Munro Glass [mailto:tom@...]
> Sent: Friday, May 07, 2004 7:35 AM
> To: firebird-support@yahoogroups.com
> Subject: [firebird-support] Equivalent of GbakSchd for Linux
>
> Is there an equivalent of the very useful GbakSchd.exe utility for Linux?
>
> I'm looking for a way of doing 'smart' backups, i.e. daily, weekly and
> monthly files.
>
> Regards,
>
> Tom Munro Glass
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>