Documentation Index
Fetch the complete documentation index at: https://mintlify.com/loft-sh/vcluster/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Create and manage snapshots of virtual clusters for backup and restore.Subcommands
create- Create a new snapshotget- List existing snapshotsdelete- Delete a snapshot
vcluster snapshot create
Create a snapshot of a virtual cluster.Synopsis
Examples
Flags
The Kubernetes namespace where the vCluster is running.
Storage backend for the snapshot. Supports:
oci://, s3://, or local path.Custom name for the snapshot. Defaults to timestamp.
Include persistent volume data in the snapshot.
The driver to use.
vcluster snapshot get
List snapshots for a virtual cluster.Synopsis
Examples
Flags
The Kubernetes namespace.
Storage backend where snapshots are stored.
Output format:
table or json.Complete Example
backup-workflow.sh
See Also
- vcluster restore - Restore from snapshot
- Snapshots Guide - Complete snapshot documentation