freezer-agent

DESCRIPTION

freezer-agent is being used to backup and restore cloud resources. It can also be used to perform admin operations on your backup like (remove old backups, list backups, …).

OPTIONS

usage: freezer [--version] [-v | -q] [--log-file LOG_FILE] [-h] [--debug]
               [--os-auth-url OS_AUTH_URL]
               [--os-backup-api-version OS_BACKUP_API_VERSION]
               [--os-backup-url OS_BACKUP_URL]
               [--os-endpoint-type OS_ENDPOINT_TYPE]
               [--os-password OS_PASSWORD] [--os-username OS_USERNAME]
               [--os-token OS_TOKEN]
               [--os-project-domain-name OS_PROJECT_DOMAIN_NAME]
               [--os-project-domain-id OS_PROJECT_DOMAIN_ID]
               [--os-project-name OS_PROJECT_NAME]
               [--os-region-name OS_REGION_NAME]
               [--os-project-id OS_PROJECT_ID]
               [--os-user-domain-name OS_USER_DOMAIN_NAME]
               [--os-user-domain-id OS_USER_DOMAIN_ID] [-k]
               [--os-cacert OS_CACERT] [--os-cert OS_CERT]

Python Freezer Client

options:
  --version             show program's version number and exit
  -v, --verbose         Increase verbosity of output. Can be repeated.
  -q, --quiet           Suppress output except warnings and errors.
  --log-file LOG_FILE   Specify a file to log output. Disabled by default.
  -h, --help            Show help message and exit.
  --debug               Show tracebacks on errors.
  --os-auth-url OS_AUTH_URL
                        Specify identity endpoint
  --os-backup-api-version OS_BACKUP_API_VERSION
                        Backup API version: 1 or 2
  --os-backup-url OS_BACKUP_URL
                        Specify the Freezer backup service endpoint to use
  --os-endpoint-type OS_ENDPOINT_TYPE
                        Endpoint type to select. Valid endpoint types:
                        "public" or "publicURL", "internal" or "internalURL",
                        "admin" or "adminURL"
  --os-password OS_PASSWORD
                        Password used for authentication with the OpenStack
                        Identity service
  --os-username OS_USERNAME
                        Name used for authentication with the OpenStack
                        Identity service
  --os-token OS_TOKEN   Specify an existing token to use instead of retrieving
                        one via authentication
  --os-project-domain-name OS_PROJECT_DOMAIN_NAME
                        Domain name containing project
  --os-project-domain-id OS_PROJECT_DOMAIN_ID
                        OpenStack project domain ID. Defaults to
                        env[OS_PROJECT_DOMAIN_ID].
  --os-project-name OS_PROJECT_NAME
                        Project name (tenant name)
  --os-region-name OS_REGION_NAME
                        Specify the region to use
  --os-project-id OS_PROJECT_ID
                        Project to request authorization on
  --os-user-domain-name OS_USER_DOMAIN_NAME
                        User domain name
  --os-user-domain-id OS_USER_DOMAIN_ID
                        OpenStack user domain ID. Defaults to
                        env[OS_USER_DOMAIN_ID].
  -k, --insecure        use python-freezerclient with insecure connections
  --os-cacert OS_CACERT
                        Path of CA TLS certificate(s) used to verify the
                        remote server's certificate. Without this option
                        freezer looks for the default system CA certificates.
  --os-cert OS_CERT     Path of CERT TLS certificate(s) used to verify the
                        remote server's certificate.1

Commands:
  action-create  Create an action from a file
  action-delete  Delete an action from the api
  action-list    List all actions for your user
  action-show    Show a single action 
  action-update  Update an action from a file
  backup-create  Create an backup from a file
  backup-delete  Delete a backup from the api
  backup-list    List all backups for your user
  backup-show    Show the metadata of a single backup
  client-delete  Delete a client from the api
  client-list    List of clients registered in the api
  client-register  Register a new client
  client-show    Show a single client
  complete       print bash completion command (cliff)
  help           print detailed help for another command (cliff)
  job-abort      Abort a running job
  job-create     Create a new job from a file
  job-delete     Delete a job from the api
  job-get        Download a job as a json file
  job-list       List all the jobs for your user
  job-show       Show a single job
  job-start      Send a start signal for a job
  job-stop       Send a stop signal for a job
  job-update     Update a job from a file
  session-add-job  Add a job to a session
  session-create  Create a session from a file
  session-delete  Delete a session
  session-list   List all the sessions for your user
  session-remove-job  Remove a job from a session
  session-show   Show a single session
  session-start  Start a session
  session-update  Update a session from a file

SEE ALSO

BUGS