Subject | Re: Syntax for GBAK |
---|---|
Author | ra8009 |
Post date | 2004-07-10T01:45:51Z |
Thank you. This was helpful and I'll definitely be looking for the
Firebird book!
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
Google for OpGuide.pdf.
aren't necessarily the same for backup and restore...so DO study the
docs if you are experimenting with a database you care about.
Firebird book!
--- In firebird-support@yahoogroups.com, Helen Borrie <helebor@t...>
wrote:
> At 10:16 PM 9/07/2004 +0000, you wrote:sites. Try the Downloads|InterBase page at www.ibphoenix.com, or
> >I want to use GBAK to create a backup of my database. Where do I find
> >the syntax?
>
> In the IB6 beta docs volume OpGuide.pdf, downloadable from various
Google for OpGuide.pdf.
>Firebird Book". It has a whole chapter on gbak. :-))
> Or, if you're really patient, wait a couple of weeks for "The
>/local/path/to/backupfile -u username -password password
> Basic backup syntax on the local machine:
> gbak -b[ackup_database] local/path/to/database
>/local/path/to/newDBfilename -u username -password password
> Basic restore syntax (safe) on the local machine:
> gbak -c[reate database] local/path/to/backupfile
>/local/path/to/existingDBfilename -u username -password password
> Basic restore syntax (dangerous) on the local machine:
> gbak -r[eplace_database] local/path/to/backupfile
>extensions of the abbreviated switches. The effects of switches
> The square brackets are not part of the syntax - they are optional
aren't necessarily the same for backup and restore...so DO study the
docs if you are experimenting with a database you care about.
>
> /heLen