restore-domain
restore-domain
Restores files from backup
Synopsis
asadmin [asadmin-options] restore-domain [--help]
[--long[={false|true}]]
[--filename backup-filename]
[--domaindir domain-root-dir]
[--backupdirbackup-directory]
[--backupconfigbackup-config-name]
[--force[={false|true}]]
[domain-name]
Description
This command restores files under the domain from a backup directory.
The restore-domain command is supported in local mode only.
Options
- asadmin-options
-
Options for the
asadminutility. For information about these options, see theasadmin(1M) help page. --help-?-
Displays the help text for the subcommand.
--long-l-
Displays detailed information about the restore operation.
The default value isfalse. --filename-
Specifies the name of the backup file to use as the source.
--domaindir-
Specifies the domain root directory, the parent directory of the domain to restore. The default value is as-install
/domains. --backupdir-
Specifies the directory under which the backup file is stored.
The default value is as-install/domains/domain-dir/backups. If the domain is not in the default location, the location is domain-dir/backups. --backupconfig-
(Supported only in Eclipse GlassFish.) The name of the domain backup configuration in the backup directory under which the backup file is stored.
--force-
Causes the restore operation to continue even when the name of the domain to restore does not match the name of the domain stored in the backup file.
The default value isfalse.