2025-09-02 21:04:51 +02:00
2025-09-01 22:59:23 +02:00
2025-09-02 21:04:51 +02:00
2025-08-25 19:03:30 +02:00
2025-09-01 21:12:31 +02:00
2025-09-01 22:05:24 +02:00
2025-08-22 14:12:19 +02:00
2025-09-01 21:59:00 +02:00
dn
2025-08-26 16:48:31 +02:00
2025-08-22 14:07:06 +02:00
2025-08-31 19:23:51 +02:00
2025-08-24 13:38:37 +02:00
2025-08-24 13:38:37 +02:00
2025-09-02 20:17:02 +02:00
2025-08-24 13:38:37 +02:00
2025-09-01 21:59:00 +02:00
2025-09-01 21:59:00 +02:00
2025-08-23 15:34:05 +02:00
2025-08-24 13:38:37 +02:00
2025-08-24 13:38:37 +02:00
dn
2025-08-25 22:54:55 +02:00
2025-08-24 13:38:37 +02:00
2025-08-24 13:38:37 +02:00
2025-08-24 13:38:37 +02:00
2025-08-22 14:18:16 +02:00
2025-08-24 13:38:37 +02:00
2025-08-23 17:48:54 +02:00
2025-08-25 19:08:29 +02:00
2025-08-23 18:22:05 +02:00
2025-08-20 00:14:25 +02:00
2025-08-25 19:08:29 +02:00
2025-08-20 00:24:16 +02:00
2025-08-22 14:32:41 +02:00
dn
2025-08-25 20:03:13 +02:00
2025-09-02 20:56:06 +02:00
2025-08-19 22:08:58 +02: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%