Previous Topic

Next Topic

restore

Reads in a server backup file previously created using the backup command. The general syntax is as follows:

restore server from [local|remote] file;

Where:

  • server is the URI of the KowariTM server to restore.
  • local or remote specifies whether the backup file is read locally from the client or remotely from the server's filesystem, respectively. If not specified, the default is remote.
  • file is the URI of the backup file.

For example:

restore <rmi://mysite.com/server1> from <file:/tmp/serverbackup.gz>;

and

restore <rmi://mysite.com/server1> from remote <file:/tmp/serverbackup.gz>;

are equivalent. They both restore the backup file remotely from the server's filesystem.

restore <rmi://mysite.com/server1> from local <file:/tmp/serverbackup.gz>;

restores the backup file locally from the client.

Note - To restore an individual model backup, use the create and load commands.

See Also

iTQL Commands

alias

backup

comment (#)

commit

create

delete

drop

execute

help

insert

load

quit

rollback

select

set

Latest News

Kowari 1.1.0 Pre-release 1 Released

Kowari 1.0.5 Released

Kowari 1.0.4.1 Released

Kowari 1.0.4 Released

DAWG Evaluates iTQL

Kowari article in XML.com

Kowari mentioned on XML.com

Kowari 1.0.3 Released

Kowari Lite Introduced

Kowari 1.0.2 Released

Kowari 1.0.1 Released

View all news items


Open Source logo Tucana Technologies Logo SourceForge.net Logo

© 2001-2004 Tucana Technologies, Inc. Some rights reserved.