2026-03-13 18:41:04 +00:00
.
2026-03-13 18:28:32 +00:00
2026-03-09 18:29:13 +00:00
.
2026-03-10 19:34:07 +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-09 18:29:13 +00:00
.
2026-03-13 12:01:01 +00:00
2026-03-09 18:29:13 +00:00
.
2026-03-13 18:31:57 +00:00
2026-03-09 18:29:13 +00:00
2026-03-09 19:53:24 +00:00
.
2026-03-13 18:41:04 +00:00
2026-03-09 18:29:13 +00:00
.
2026-03-12 21:32:12 +00:00
.
2026-03-12 18:45:00 +00:00
2026-03-09 18:29:13 +00:00
2026-03-10 17:08:43 +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-09 18:29:13 +00:00
.
2026-03-13 17:51:22 +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-11 21:17:45 +00:00
.
2026-03-12 15:11:15 +00:00
2026-03-10 21:33:35 +00:00
.
2026-03-12 21:32:12 +00:00
2026-03-09 18:29:13 +00:00
2026-03-09 18:29:13 +00:00
.
2026-03-12 21:43:13 +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-13 12:28:01 +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%