future/filesystem-incremental-restic.yaml

← Все примеры | Сырой YAML (скачать/открыть)
# FUTURE / NOT IN validate-examples — under examples/future/ (see examples/README.md).
# Reserved incremental source + restic-style tooling; not runnable today (see error in comments below).

api_version: iobackup.io/v1
kind: BackupJob
metadata:
  job_id: future-fs-incr
  name: Reserved incremental + restic (do not run)
  labels:
    example.iobackup.io/kind: future
spec:
  enabled: false
  operation:
    type: backup
    strategy: full
  repository:
    type: single_artifact
    engine: iobackup
  tasks:
    - task_id: t1
      source:
        type: filesystem_incremental
        config:
          paths:
            - /var/tmp/iobackup-future-placeholder
      destination:
        type: local
        config:
          path: /var/tmp/iobackup-future-artifacts