2026-04-02 12:53:31 +00:00
.
2026-04-02 11:24:43 +00:00
.
2026-03-30 13:57:08 +00:00
2026-04-02 11:20:37 +00:00
.
2026-03-29 19:32:14 +00:00
.
2026-03-16 09:25:33 +00:00
2026-03-18 18:41:35 +00:00
.
2026-03-16 16:27:25 +00:00
.
2026-03-28 17:32:34 +00:00
.
2026-03-22 12:40:10 +00:00
.
2026-03-14 15:21:34 +00:00
.
2026-03-22 20:31:57 +00:00
.
2026-03-29 22:39:48 +00:00
.
2026-04-01 16:40:53 +00:00
2026-03-29 17:51:19 +00:00
.
2026-04-01 14:09:41 +00:00
.
2026-04-02 11:37:49 +00:00
2026-03-09 18:29:13 +00:00
.
2026-04-01 17:45:11 +00:00
2026-04-02 11:21:57 +00:00
.
2026-04-01 20:09:41 +00:00
.
2026-03-16 09:31:43 +00:00
y
2026-03-29 13:16:04 +00:00
2026-03-29 14:28:50 +00:00
2026-03-28 13:20:19 +00:00
2026-03-09 18:29:13 +00:00
.
2026-03-14 14:49:59 +00:00
2026-03-09 18:29:13 +00:00
2026-03-09 18:29:13 +00:00
.
2026-03-30 16:11:04 +00:00
2026-03-22 21:15:49 +00:00
.
2026-03-29 14:55:13 +00:00
2026-03-09 18:29:13 +00:00
.
2026-03-31 15:26:57 +00:00
.
2026-03-29 19:09:06 +00:00
y
2026-03-29 13:16:04 +00:00
.
2026-03-29 15:33:13 +00:00
2026-03-20 09:41:05 +00:00
2026-03-29 20:04:40 +00:00
.
2026-03-12 21:32:12 +00:00
2026-03-09 18:29:13 +00:00
.
2026-03-22 12:48:59 +00:00
.
2026-03-27 16:09:14 +00:00
2026-03-09 18:29:13 +00:00
.
2026-03-22 12:35:09 +00:00
.
2026-04-02 12:17:23 +00:00
2026-03-30 17:32:38 +00:00
2026-03-09 18:29:13 +00:00
2026-03-09 18:29:13 +00:00
2026-03-09 18:29:13 +00:00
.
2026-03-30 16:13:45 +00:00
.
2026-04-02 12:53:31 +00:00
2026-03-09 18:29:13 +00:00
2026-03-09 18:29:13 +00:00
2026-03-09 18:29:13 +00:00

apiVersion: velero.io/v1 kind: Schedule metadata: name: backup-csi-hourly namespace: velero labels: velero.io/storage-location: ceph-bucket spec:

Schedule is a Cron expression defining when to run the Backup

schedule: 0 15-22 * * * # every hour

Specifies whether to use OwnerReferences on backups created by this Schedule.

Notice: if set to true, when schedule is deleted, backups will be deleted too. Optional.

useOwnerReferencesInBackup: true template: csiSnapshotTimeout: 10m0s defaultVolumesToFsBackup: false hooks: {} includedNamespaces: - demo metadata: {} storageLocation: ceph-bucket ttl: 8h0m0s

apiVersion: velero.io/v1 kind: Schedule metadata: name: backup-csi-daily namespace: velero labels: velero.io/storage-location: ceph-bucket spec:

Schedule is a Cron expression defining when to run the Backup

schedule: 0 0 * * * # every hour

Specifies whether to use OwnerReferences on backups created by this Schedule.

Notice: if set to true, when schedule is deleted, backups will be deleted too. Optional.

useOwnerReferencesInBackup: true template: csiSnapshotTimeout: 10m0s defaultVolumesToFsBackup: false hooks: {} includedNamespaces: - demo metadata: {} storageLocation: ceph-bucket ttl: 168h0m0s

apiVersion: velero.io/v1 kind: Schedule metadata: name: backup-csi-weekly namespace: velero labels: velero.io/storage-location: ceph-bucket spec:

Schedule is a Cron expression defining when to run the Backup

schedule: 0 0 * * 1 # every hour

Specifies whether to use OwnerReferences on backups created by this Schedule.

Notice: if set to true, when schedule is deleted, backups will be deleted too. Optional.

useOwnerReferencesInBackup: true template: csiSnapshotTimeout: 10m0s defaultVolumesToFsBackup: false hooks: {} includedNamespaces: - demo metadata: {} storageLocation: ceph-bucket ttl: 730h0m0s

apiVersion: velero.io/v1 kind: Schedule metadata: name: backup-restic-daily namespace: velero labels: velero.io/storage-location: aux-balancer-minio spec:

Schedule is a Cron expression defining when to run the Backup

schedule: 0 0 * * * # every hour

Specifies whether to use OwnerReferences on backups created by this Schedule.

Notice: if set to true, when schedule is deleted, backups will be deleted too. Optional.

useOwnerReferencesInBackup: true template: csiSnapshotTimeout: 10m0s snapshotVolumes: false defaultVolumesToFsBackup: true hooks: {} includedNamespaces: - demo metadata: {} storageLocation: aux-balancer-minio ttl: 168h0m0s

apiVersion: velero.io/v1 kind: Schedule metadata: name: backup-restic-weekly namespace: velero labels: velero.io/storage-location: aux-balancer-minio spec:

Schedule is a Cron expression defining when to run the Backup

schedule: 0 0 * * 1 # every hour

Specifies whether to use OwnerReferences on backups created by this Schedule.

Notice: if set to true, when schedule is deleted, backups will be deleted too. Optional.

useOwnerReferencesInBackup: true template: csiSnapshotTimeout: 10m0s snapshotVolumes: false defaultVolumesToFsBackup: true hooks: {} includedNamespaces: - demo metadata: {} storageLocation: aux-balancer-minio ttl: 730h0m0s

apiVersion: velero.io/v1 kind: Schedule metadata: name: backup-restic-monthly namespace: velero labels: velero.io/storage-location: aux-balancer-minio spec:

Schedule is a Cron expression defining when to run the Backup

schedule: 0 0 1 * * # every hour

Specifies whether to use OwnerReferences on backups created by this Schedule.

Notice: if set to true, when schedule is deleted, backups will be deleted too. Optional.

useOwnerReferencesInBackup: true template: csiSnapshotTimeout: 10m0s snapshotVolumes: false defaultVolumesToFsBackup: true hooks: {} includedNamespaces: - demo metadata: {} storageLocation: aux-balancer-minio ttl: 4380h0m0s

Description
No description provided
Readme 17 MiB
Languages
Dockerfile 100%