--- # Source: audiobookshelf/templates/replication-source.yaml apiVersion: volsync.backube/v1alpha1 kind: ReplicationSource metadata: name: audiobookshelf-metadata-backup-source namespace: audiobookshelf labels: app.kubernetes.io/name: audiobookshelf-metadata-backup-source app.kubernetes.io/instance: audiobookshelf app.kubernetes.io/part-of: audiobookshelf spec: sourcePVC: audiobookshelf-metadata trigger: schedule: 0 4 * * * restic: pruneIntervalDays: 7 repository: audiobookshelf-metadata-backup-secret retain: hourly: 1 daily: 3 weekly: 2 monthly: 2 yearly: 4 copyMethod: Snapshot storageClassName: ceph-block volumeSnapshotClassName: ceph-blockpool-snapshot