Kidswiss

Results 14 issues of Kidswiss

Output of `restic version` -------------------------- `restic 0.9.4 compiled with go1.11.4 on darwin/amd64` What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- If someone streams tar...

category: backup
type: feature suggestion

In https://github.com/elastic/puppet-elasticsearch/pull/1036 you fixed the autoload issue for some provider types. While testing today I found that there were still some providers that can fail to autoload. How to reproduce:...

bug
tests-fail
merge-conflicts

### Summary **As** a user\ **I want** a CLI to handle snapshots and restores\ **So that** can easily restore data ### Context Should be done after #122. Once we can...

enhancement

### Summary **As** a user\ **I want** to trigger one off backups via k8up CLI\ **So that** I can easier create a backup ### Context Currently, if a user wants...

enhancement

### Summary **As** a user\ **I want** k8s events to inform me about the state of a restore\ **So that** I can easily determine the state of the restore without...

enhancement

### Summary **As** K8up user \ **I want** to interact with K8up snapshots via the K8s API\ **So that** I don't need any other tools to trigger a restore\ ###...

enhancement

# Summary **As** a user **I want** to have composable configuration **So that** so I can re-use defaults and repository configs # Context Currently, defaults for backups can be defined...

enhancement

Hi I've just installed a clean version of the `bazzite-gnome-deck` image using the 2.0.2 installer on an all AMD PC and updated to the latest stable version. But in the...

## Summary This PR contains all open Renovate updates. ## Checklist ### For Code changes - [ ] Categorize the PR by setting a good title and adding one of...

### Description type RestServerSpec struct { URL string `json:"url,omitempty"` UserSecretRef *corev1.SecretKeySelector `json:"userSecretRef,omitempty"` PasswordSecretReg *corev1.SecretKeySelector `json:"passwordSecretReg,omitempty"` } `PasswordSecretReg` -> `PasswordSecretRef` However, as this changes a CRD field, we'd probably want to...

bug