export - make a portable package of some your ATM data
export.pl [-n] [-v] archiveName [suite1, suite2, ...]
Don't actually export anything - just say what the command would have done.
Be verbose.
The name of the archive to create. Creates a file archiveName.zip in the current directory.
Suites to export. If no suites are specified, all suites are exported.
NOTE: THIS SCRIPT IS DEPRECATED. USE THE bin/exportAll.pl SCRIPT INSTEAD.
The export script packages up test suites and data files from an ATM instance in an archive that is portable and can be dropped into another instance of ATM, even on a machine with a different processor architecture.
This script is intended for use in conjunction with ApTest Support should they request a snapshot of an ApTest Manager data tree for use in evaluating a support issue.
However, it can also be used to backup a copy of your ApTest Manager user and test suite data to help migrate from one copy of ApTest Manager to another (e.g., when moving to a new server).
In order to restore the exported data, use the bin/restore.pl script.
See also: exportAll.pl
Copyright © 2000-2013 Applied Testing and Technology, Inc. All rights reserved.