diff --git a/ansible/zrepl/zrepl_nas.yml.j2 b/ansible/zrepl/zrepl_nas.yml.j2 index f5669f7..37b6aaa 100644 --- a/ansible/zrepl/zrepl_nas.yml.j2 +++ b/ansible/zrepl/zrepl_nas.yml.j2 @@ -12,7 +12,7 @@ jobs: type: snap # "<" aka recursive, https://zrepl.github.io/configuration/filter_syntax.html filesystems: - 'nas<': true + 'nas/k6<': true snapshotting: type: periodic prefix: zrepl_ @@ -42,6 +42,6 @@ jobs: "78.28.64.17": "offsite.k-space.ee", } filesystems: - 'nas<': true + 'nas/k6': true snapshotting: # handled by above job, separated for secuwurity (isolation of domains) type: manual