Sun Java System Application Server Enterprise Edition 8.2 Reference Manual
검색에만이 책은
PDF로 이 문서 다운로드 (1865 KB)

backup-domain(1)

NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPERANDS | EXAMPLES | EXIT STATUS | SEE ALSO

NAME

    backup-domain– performs a backup on the domain

SYNOPSIS

    backup-domain [––domaindir domain_directory] [––description description] [––terse=false] [––verbose=false] [domain_name]

DESCRIPTION

    The backup-domain command backs up files under the named domain. This command is supported in local mode only.

OPTIONS

    ––domaindir

    This option specifies the parent directory of the domain upon which the command will operate. The default is install_dir/domains.

    ––description

    A description can contain any string to help identify the particular backup. The description is displayed as part of the information for any backup.

    –t ––terse

    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.

    –t ––verbose

    Indicates that output data is displayed with detailed information. Default is false.

OPERANDS

    domain_name

    This is the name of the domain to be backed up. If the domain is not specified and only one domain exists, it will be used automatically.

EXAMPLES


    Example 1 Using backup-domain


    asadmin>backup-domain --domaindir /opt/SUNWappserver/nondefaultdomaindir domain1
    Successfully backed up the domain
    
    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

EXIT STATUS

    0

    command executed successfully

    1

    error in executing the command

SEE ALSO

J2EE SDK 1.4 Last Revised 26 February 2007

NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPERANDS | EXAMPLES | EXIT STATUS | SEE ALSO