The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

we_db_import - import an archive created by we_db_export

SYNOPSIS

    we_db_import [-force] [-v] [-only db1,db2,...] archivefile.tar.gz destinationdirectory

DESCRIPTION

Import the named archive archivefile.tar.gz formerly created by we_db_export. The archive will be extracted to destinationdirectory.

The content files are always extracted. Extracting database files can be restricted by specifying the -only option, which accepts the class names ObjDB, UserDB, NameDB, or OnlineUserDB.

SEE ALSO

WE::Export, we_db_export.