stash
stash copied to clipboard
🛅 Backup your Kubernetes Stateful Applications
I read [blog](https://blog.byte.builders/post/stash-v2022.02.22/ ) and current [docs](https://stash.run/docs/v2022.07.09/concepts/crds/backupconfiguration/#specrepository) and didn't find info how to reference to Repository in another namespace. It looks like it is not necessary to be defined. However,...
User can pass optional arguments to the restic backup/restore process via `spec.target.args` field of BackupConfiguration/RestoreSession. **Pass args to restic backup command:** ```yaml apiVersion: stash.appscode.com/v1beta1 kind: BackupConfiguration metadata: name: sample-deployment-backup namespace:...
I have several large repos where cache data is many GBs. The use of `emptyDir` for cache is problematic because it's so transient, particularly for one-off jobs like PVC backups....
Hi, I've setup up Rook on PVC in Block VolumeMode and Stash Community Edition. I'd like to backup the PVCs that are used by Rook osd. Is it even possible...
Started as: "Store VolumeSnapshots in remote repository" Based on the guides, it seems, that Stash cannot store VolumeSnapshots in the backup repository, thus it cannot be used for inter-cloud migrations...
#802 says "We now use Docker manifest to build and push ARM images", but I cannot find ARM images on Docker Hub. Am I missing something? Here's output from `manifest-tool`:...
Hi all, I want to use Stask as my Backup/Recovery solution. There is the possibility to create the secret/repo/backupConfiguration resources in the stash namespace and use these for deployment in...
If an app writes data into the volume when the restic is running, how to make sure the backup data is right?
Currently the custom `NewReconcilableHandler` informer event handler is used to filter the reconciliation events of the `BackupConfiguration` CR. The "optimization" which only reconciles the BC on changes, has the side...
Hello, I'm currently using the stash-entreprise licence with the trial license. I followed your guide https://stash.run/docs/v2021.08.02/addons/postgres/auto-backup/ and successfully backuped my posgresql database. The question is, how do I proceed to...