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

Stash

Stash by AppsCode is a cloud native data backup and recovery solution for Kubernetes workloads. If you are running production workloads in Kubernetes, you might want to take backup of your disks, databases etc. Traditional tools are too complex to set up and maintain in a dynamic compute environment like Kubernetes. Stash is a Kubernetes operator that uses restic or Kubernetes CSI Driver VolumeSnapshotter functionality to address these issues. Using Stash, you can backup Kubernetes volumes mounted in workloads, stand-alone volumes and databases. Users may even extend Stash via addons for any custom workload.

From here you can learn all about Stash’s architecture and how to deploy and use Stash.

  • Concepts. Concepts explain some significant aspect of Stash. This is where you can learn about what Stash does and how it does it.

  • Setup. Setup contains instructions for installing the Stash in various cloud providers.

  • Guides. Guides show you how to perform tasks with Stash.

  • Reference. Detailed exhaustive lists of command-line options, configuration options, API definitions, and procedures.

We’re always looking for help improving our documentation, so please don’t hesitate to file an issue if you see some problem.


Stash binaries collects anonymous usage statistics to help us learn how the software is being used and how we can improve it. To disable stats collection, run the operator with the flag --enable-analytics=false.