Skip to content

velero

Backup and migrate Kubernetes applications and their persistent volumes

Package Information

  • Domain: velero.io
  • Name: velero
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install velero

Programs

This package provides the following executable programs:

  • velero

Available Versions

Show all 2 versions
  • 1.16.2, 1.16.1

Latest Version: 1.16.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) velero -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.velero

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.