apiVersion: volsync.backube/v1alpha1 kind: ReplicationSource metadata: name: qbittorrent-config-data-backup-source-external namespace: qbittorrent labels: helm.sh/chart: volsync-target-config-2.0.0 app.kubernetes.io/instance: qbittorrent app.kubernetes.io/part-of: qbittorrent app.kubernetes.io/version: "2.0.0" app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: qbittorrent-config-data-backup spec: sourcePVC: qbittorrent-config-data trigger: schedule: 15 9 * * 4 restic: pruneIntervalDays: 35 repository: qbittorrent-config-data-backup-secret-external retain: daily: 0 hourly: 0 monthly: 0 weekly: 12 yearly: 0 moverSecurityContext: fsGroup: 1000 fsGroupChangePolicy: OnRootMismatch runAsGroup: 1000 runAsUser: 1000 copyMethod: Snapshot storageClassName: ceph-filesystem volumeSnapshotClassName: ceph-filesystem-snapshot cacheCapacity: 1Gi