NAME

wwdb - export and import webwork databases.

SYNOPSIS

 wwdb [-f] course { import | export } file [table ...]

DESCRIPTION

Exports data from a course database to an XML file, or imports data from an XML file to a course database. Optionally restrict which tables are imported or exported and specify a duplicate policy.

OPTIONS

-f

Overwite duplicate records.

course

Course to use for import or export.

{ import | export }

Specify action -- export or import data.

file

XML file to write to (in the case of export) or read from (in the case of import).

[table ...]

If specified, only the listed tables will be imported or exported.