# stash **Repository Path**: mirrors_codejamninja/stash ## Basic Information - **Project Name**: stash - **Description**: 🛅 Backup your Kubernetes Stateful Applications - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Go Report Card](https://goreportcard.com/badge/stash.appscode.dev/stash)](https://goreportcard.com/report/stash.appscode.dev/stash) [![Build Status](https://travis-ci.org/stashed/stash.svg?branch=master)](https://travis-ci.org/stashed/stash) [![codecov](https://codecov.io/gh/stashed/stash/branch/master/graph/badge.svg)](https://codecov.io/gh/stashed/stash) [![Docker Pulls](https://img.shields.io/docker/pulls/appscode/stash.svg)](https://hub.docker.com/r/appscode/stash/) [![Slack](https://slack.appscode.com/badge.svg)](https://slack.appscode.com) [![Twitter](https://img.shields.io/twitter/follow/appscodehq.svg?style=social&logo=twitter&label=Follow)](https://twitter.com/intent/follow?screen_name=AppsCodeHQ) # Stash Stash by AppsCode is a Kubernetes operator for [restic](https://restic.net). If you are running production workloads in Kubernetes, you might want to take backup of your disks. Traditional tools are too complex to setup and maintain in a dynamic compute environment like Kubernetes. `restic` is a backup program that is fast, efficient and secure with few moving parts. Stash is a CRD controller for Kubernetes built around `restic` to address these issues. Using Stash, you can backup Kubernetes volumes mounted in following types of workloads: - Deployment - DaemonSet - ReplicaSet - ReplicationController - StatefulSet ## Features - Fast, secure, efficient backup of Kubernetes [volumes](https://kubernetes.io/docs/concepts/storage/volumes/) (even in `ReadWriteOnce` mode). - Automates configuration of `restic` for periodic backup. - Store backed up files in various cloud storage provider, including S3, GCS, Azure, OpenStack Swift, DigitalOcean Spaces etc. - Restore backup easily. - Periodically check integrity of backed up data. - Take backup in offline mode. - Support workload initializer for faster backup. - Prometheus ready metrics for backup process. ## Supported Versions Please pick a version of Stash that matches your Kubernetes installation. | Stash Version | Docs | Kubernetes Version | |-------------------------------------------------------------------------------------|-----------------------------------------------------------------|--------------------| | [v0.9.0-rc.0](https://github.com/stashed/stash/releases/tag/v0.9.0-rc.0) (uses CRD) | [User Guide](https://appscode.com/products/stash/v0.9.0-rc.0) | 1.11.x+ | | [0.8.3](https://github.com/stashed/stash/releases/tag/0.8.3) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.8.3) | 1.9.x+ | | [0.7.0](https://github.com/stashed/stash/releases/tag/0.7.0) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.7.0) | 1.8.x | | [0.6.4](https://github.com/stashed/stash/releases/tag/0.6.4) (uses CRD) | [User Guide](https://appscode.com/products/stash/0.6.4) | 1.7.x | | [0.4.2](https://github.com/stashed/stash/releases/tag/0.4.2) (uses TPR) | [User Guide](https://github.com/stashed/docs/tree/0.4.2/docs) | 1.5.x - 1.6.x | ## Installation To install Stash, please follow the guide [here](https://appscode.com/products/stash/v0.9.0-rc.0/setup/install). ## Using Stash Want to learn how to use Stash? Please start [here](https://appscode.com/products/stash/v0.9.0-rc.0). ## Stash API Clients You can use Stash api clients to programmatically access its objects. Here are the supported clients: - Go: [https://github.com/stashed/stash](/client/clientset/versioned) - Java: https://github.com/stashed/java ## Contribution guidelines Want to help improve Stash? Please start [here](https://appscode.com/products/stash/v0.9.0-rc.0/welcome/contributing). --- **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`. --- ## Acknowledgement - Many thanks to [Alexander Neumann](https://github.com/fd0) for [Restic](https://restic.net) project. ## Support We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the [AppsCode Slack team](https://appscode.slack.com/messages/C8NCX6N23/details/) channel `#stash`. To sign up, use our [Slack inviter](https://slack.appscode.com/). If you have found a bug with Stash or want to request for new features, please [file an issue](https://github.com/stashed/stash/issues/new).