Name | Synopsis | Description | Options | Operands | Examples | Exit Status | See Also
list-backups [--domaindir domain_directory] [--description description] [--terse=false] [--verbose=false] domain_name
This command displays the status information about all backups in the backup respository. The list—backups command is supported in local mode only.
This option specifies the parent directory of the domain upon which the command will operate. The default is install_dir/domains.
A description can contain any string to help identify the particular backup. The description is displayed as part of the information for any backup.
Indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well-formatted data for consumption by a script. Default is false.
Indicates that output data is displayed with detailed information. Default is false.
This is the name of the domain to list the backups from. If the domain is not specified and only one domain exists, it will be used automatically.
asadmin>list-backups --domaindir /usr/appserver90pe/domains/domain1 domain1 Description: 1137030607263 Backup Filename: /opt/SUNWappserver/nondefaultdomaindir/domain1/backups/sjsas_backup_v00001.zip Date and time backup was performed: Wed Jan 11 17:50:07 PST 2006 Domains Directory: /opt/SUNWappserver/nondefaultdomaindir Domain Directory: /opt/SUNWappserver/nondefaultdomaindir/domain1 Domain Name: domain1 Name of the user that performed the backup: jondoe The command list-backups executed successfully. |
Name | Synopsis | Description | Options | Operands | Examples | Exit Status | See Also