Skip Headers
Oracle GlassFish Server Reference Manual
Release 3.1.2

Part Number E24938-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

list-backup-configs

lists existing domain backup configurations

Synopsis

list-backup-configs [--help]
[--long[={false|true}]]
[backup-config-name]

Description

The list-backup-configs subcommand lists existing domain backup configurations.

This subcommand is supported in remote mode only.

Options

--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.

Operands

backup-config-name

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.

Examples

Example 1   Listing Backup Configurations

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.

Exit Status

0

subcommand executed successfully

1

error in executing the subcommand

See Also

create-backup-config(1), delete-backup-config(1), disable-backup-config(1), enable-backup-config(1)

asadmin(1M)