nextcloud / helm

A community maintained helm chart for deploying Nextcloud on Kubernetes.
GNU Affero General Public License v3.0
295 stars 258 forks source link

Add backup cronjobs #542

Open stephan2012 opened 3 months ago

stephan2012 commented 3 months ago

Pull Request

Description of the change

Allow creation of Kubernetes Cronjobs for periodic backups of the Nextcloud data volume.

Benefits

The PR provides a standard method of installing backup cronjobs. It uses the Helm chart's configuration data to share the configuration.

Possible drawbacks

I have yet to be aware of any drawbacks.

Applicable issues

N/A

Additional information

Checklist

provokateurin commented 3 months ago

Cool idea, I hope to be able to review it soon. I'm wondering if it makes sense to have the extra values both in the readme and the values.yaml as they tend to get out of sync at some point.