You are looking at the documentation of a prior release. To read the documentation of the latest release, please visit here.

stash backup-pvc

Takes a backup of Persistent Volume Claim

stash backup-pvc [flags]

Options

      --backup-paths strings              List of paths to backup
      --backupsession string              Name of the Backup Session
      --bucket string                     Name of the cloud bucket/container (keep empty for local backend)
      --enable-cache                      Specify whether to enable caching for restic
      --endpoint string                   Endpoint for s3/s3 compatible backend or REST server URL
      --exclude strings                   List of pattern for directory/file to ignore during backup. Stash will not backup those files that matches these patterns.
  -h, --help                              help for backup-pvc
      --hostname string                   Name of the host machine (default "host-0")
      --invoker-kind string               Kind of the backup invoker
      --invoker-name string               Name of the respective backup invoker
      --kubeconfig string                 Path to kubeconfig file with authorization information (the master location is set by the master flag).
      --master string                     The address of the Kubernetes API server (overrides any value in kubeconfig)
      --max-connections int               Specify maximum concurrent connections for GCS, Azure and B2 backend
      --output-dir string                 Directory where output.json file will be written (keep empty if you don't need to write output in file)
      --path string                       Directory inside the bucket where backed up data will be stored
      --provider string                   Backend provider (i.e. gcs, s3, azure etc)
      --region string                     Region for s3/s3 compatible backend
      --retention-dry-run                 Specify whether to test retention policy without deleting actual data
      --retention-keep-daily int          Specify value for retention strategy
      --retention-keep-hourly int         Specify value for retention strategy
      --retention-keep-last int           Specify value for retention strategy
      --retention-keep-monthly int        Specify value for retention strategy
      --retention-keep-tags strings       Specify value for retention strategy
      --retention-keep-weekly int         Specify value for retention strategy
      --retention-keep-yearly int         Specify value for retention strategy
      --retention-prune                   Specify whether to prune old snapshot data
      --scratch-dir string                Temporary directory (default "/tmp")
      --storage-secret-name string        Name of the StorageSecret
      --storage-secret-namespace string   Namespace of the StorageSecret
      --target-kind string                Kind of the Target
      --target-name string                Name of the Target
      --target-namespace string           Namespace of the Target

Options inherited from parent commands

      --bypass-validating-webhook-xray   if true, bypasses validating webhook xray checks
      --use-kubeapiserver-fqdn-for-aks   if true, uses kube-apiserver FQDN for AKS cluster to workaround https://github.com/Azure/AKS/issues/522 (default true)

SEE ALSO

  • stash - Stash by AppsCode - Backup your Kubernetes Volumes