Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
lists existing domain backup configurations
list-backup-configs [--help]
[--long[={false|true}]]
[backup-config-name]
The list-backup-configs
subcommand lists existing domain backup configurations.
This subcommand is supported in remote mode only.
--help
-?
Displays the help text for the subcommand.
--long
-l
Provides detailed information about the listed domain backup configurations.
The default value is false
.
If the --long
option is specified and a backup-config-name operand is provided, information about the schedule used by the given domain backup configuration is also provided.
Restricts the listing to the named domain backup configuration.
If the --long
option is specified and a backup-config-name operand is provided, information about the schedule used by the given domain backup configuration is also provided.
This example provides detailed information about all existing domain backup configurations.
asadmin> list-backup-configs --long
Name of Backup Config :monthly-backup
Auto Backup Enabled :true
Schedule :monthly
Recycle Limit :12
Config Only backup :false
Active Backup Enabled :false
Backup Directory :null
Last Backup Attempt :
Last Successful Backup :
Name of Backup Config :weekly-backup
Auto Backup Enabled :true
Schedule :weekly
Recycle Limit :5
Config Only backup :true
Active Backup Enabled :false
Backup Directory :null
Last Backup Attempt :
Last Successful Backup :
Command list-backup-configs executed successfully.
subcommand executed successfully
error in executing the subcommand
create-backup-config(1), delete-backup-config(1), disable-backup-config(1), enable-backup-config(1)