Subject | Re: [firebird-support] Backup on Linux |
---|---|
Author | Milan Babuskov |
Post date | 2005-08-11T11:26:07Z |
jobrian_t wrote:
gbak -b employee.gdb employee`date +%F`.gbk
Read the man page for "date" command for various formats.
--
Milan Babuskov
http://www.flamerobin.org
> Im a bit new in Firebird specially on Linux. I read several articlesUse this:
> pertaining the use of gbak. My problem is I do not know how to
> automate it to run on a daily basis. I wish I could backup the
> database using the date as its filename, something like this
> DB = employee.gdb
> Backup = employeeAug102005.gbk
> employeeAug112005.gbk
gbak -b employee.gdb employee`date +%F`.gbk
Read the man page for "date" command for various formats.
--
Milan Babuskov
http://www.flamerobin.org