From 9fd28d1a54eb0c31fb3df8ad81b8cef47f391020 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 17 Dec 2025 13:37:16 -0600 Subject: [PATCH] adjust schedule --- charts/volsync-target/README.md | 12 ++++++------ charts/volsync-target/values.yaml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/volsync-target/README.md b/charts/volsync-target/README.md index 852e629..720d74b 100644 --- a/charts/volsync-target/README.md +++ b/charts/volsync-target/README.md @@ -20,23 +20,23 @@ Volsync Replication set to target specific PVC with preconfigured settings | Key | Type | Default | Description | |-----|------|---------|-------------| | additionalLabels | object | `{}` | Add additional labels | -| external | object | `{"enabled":true,"externalSecret":{"credentialPath":"/digital-ocean/home-infra/volsync-backups","volsyncPath":"/volsync/restic/digital-ocean"},"restic":{"cacheCapacity":"1Gi","copyMethod":"Snapshot","pruneIntervalDays":7,"repository":"","retain":{"daily":7,"hourly":0,"monthly":3,"weekly":4,"yearly":1},"storageClassName":"ceph-block","volumeSnapshotClassName":"ceph-blockpool-snapshot"},"schedule":"0 4 * * *"}` | External backup configuration | +| external | object | `{"enabled":true,"externalSecret":{"credentialPath":"/digital-ocean/home-infra/volsync-backups","volsyncPath":"/volsync/restic/digital-ocean"},"restic":{"cacheCapacity":"1Gi","copyMethod":"Snapshot","pruneIntervalDays":7,"repository":"","retain":{"daily":7,"hourly":0,"monthly":3,"weekly":4,"yearly":1},"storageClassName":"ceph-block","volumeSnapshotClassName":"ceph-blockpool-snapshot"},"schedule":"0 9 * * *"}` | External backup configuration | | external.externalSecret | object | `{"credentialPath":"/digital-ocean/home-infra/volsync-backups","volsyncPath":"/volsync/restic/digital-ocean"}` | External Secret configuration | | external.restic | object | `{"cacheCapacity":"1Gi","copyMethod":"Snapshot","pruneIntervalDays":7,"repository":"","retain":{"daily":7,"hourly":0,"monthly":3,"weekly":4,"yearly":1},"storageClassName":"ceph-block","volumeSnapshotClassName":"ceph-blockpool-snapshot"}` | Backup configuration, inserted directly into the yaml | -| external.schedule | string | `"0 4 * * *"` | 5 character cron schedule | +| external.schedule | string | `"0 9 * * *"` | 5 character cron schedule | | externalSecrets | object | `{"enabled":true}` | Use external secrets | -| local | object | `{"enabled":true,"externalSecret":{"credentialPath":"/garage/home-infra/volsync-backups","volsyncPath":"/volsync/restic/garage-local"},"restic":{"cacheCapacity":"1Gi","copyMethod":"Snapshot","pruneIntervalDays":7,"repository":"","retain":{"daily":7,"hourly":0,"monthly":3,"weekly":4,"yearly":1},"storageClassName":"ceph-block","volumeSnapshotClassName":"ceph-blockpool-snapshot"},"schedule":"0 2 * * *"}` | Local backup configuration | +| local | object | `{"enabled":true,"externalSecret":{"credentialPath":"/garage/home-infra/volsync-backups","volsyncPath":"/volsync/restic/garage-local"},"restic":{"cacheCapacity":"1Gi","copyMethod":"Snapshot","pruneIntervalDays":7,"repository":"","retain":{"daily":7,"hourly":0,"monthly":3,"weekly":4,"yearly":1},"storageClassName":"ceph-block","volumeSnapshotClassName":"ceph-blockpool-snapshot"},"schedule":"0 8 * * *"}` | Local backup configuration | | local.externalSecret | object | `{"credentialPath":"/garage/home-infra/volsync-backups","volsyncPath":"/volsync/restic/garage-local"}` | External Secret configuration | | local.restic | object | `{"cacheCapacity":"1Gi","copyMethod":"Snapshot","pruneIntervalDays":7,"repository":"","retain":{"daily":7,"hourly":0,"monthly":3,"weekly":4,"yearly":1},"storageClassName":"ceph-block","volumeSnapshotClassName":"ceph-blockpool-snapshot"}` | Backup configuration, inserted directly into the yaml | -| local.schedule | string | `"0 2 * * *"` | 5 character cron schedule | +| local.schedule | string | `"0 8 * * *"` | 5 character cron schedule | | moverSecurityContext | object | `{}` | Glocal security context for restic mover | | nameOverride | string | `""` | Default pattern follows -backup | | namespaceOverride | string | `""` | Override the namespace of the chart | | pvcTarget | string | `"data"` | Name of the PVC target | -| remote | object | `{"enabled":true,"externalSecret":{"credentialPath":"/garage/home-infra/volsync-backups","volsyncPath":"/volsync/restic/garage-remote"},"restic":{"cacheCapacity":"1Gi","copyMethod":"Snapshot","pruneIntervalDays":7,"repository":"","retain":{"daily":7,"hourly":0,"monthly":3,"weekly":4,"yearly":1},"storageClassName":"ceph-block","volumeSnapshotClassName":"ceph-blockpool-snapshot"},"schedule":"0 3 * * *"}` | Remote backup configuration | +| remote | object | `{"enabled":true,"externalSecret":{"credentialPath":"/garage/home-infra/volsync-backups","volsyncPath":"/volsync/restic/garage-remote"},"restic":{"cacheCapacity":"1Gi","copyMethod":"Snapshot","pruneIntervalDays":7,"repository":"","retain":{"daily":7,"hourly":0,"monthly":3,"weekly":4,"yearly":1},"storageClassName":"ceph-block","volumeSnapshotClassName":"ceph-blockpool-snapshot"},"schedule":"0 10 * * *"}` | Remote backup configuration | | remote.externalSecret | object | `{"credentialPath":"/garage/home-infra/volsync-backups","volsyncPath":"/volsync/restic/garage-remote"}` | External Secret configuration | | remote.restic | object | `{"cacheCapacity":"1Gi","copyMethod":"Snapshot","pruneIntervalDays":7,"repository":"","retain":{"daily":7,"hourly":0,"monthly":3,"weekly":4,"yearly":1},"storageClassName":"ceph-block","volumeSnapshotClassName":"ceph-blockpool-snapshot"}` | Backup configuration, inserted directly into the yaml | -| remote.schedule | string | `"0 3 * * *"` | 5 character cron schedule | +| remote.schedule | string | `"0 10 * * *"` | 5 character cron schedule | ---------------------------------------------- Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) diff --git a/charts/volsync-target/values.yaml b/charts/volsync-target/values.yaml index 23727f3..158fe4f 100644 --- a/charts/volsync-target/values.yaml +++ b/charts/volsync-target/values.yaml @@ -22,7 +22,7 @@ local: enabled: true # -- 5 character cron schedule - schedule: 0 2 * * * + schedule: 0 8 * * * # -- Backup configuration, inserted directly into the yaml restic: @@ -51,7 +51,7 @@ remote: enabled: true # -- 5 character cron schedule - schedule: 0 3 * * * + schedule: 0 10 * * * # -- Backup configuration, inserted directly into the yaml restic: @@ -80,7 +80,7 @@ external: enabled: true # -- 5 character cron schedule - schedule: 0 4 * * * + schedule: 0 9 * * * # -- Backup configuration, inserted directly into the yaml restic: