lint yaml files

This commit is contained in:
2026-01-30 09:42:07 +01:00
parent bc1c1160eb
commit 40ed0fa5ad
24 changed files with 314 additions and 319 deletions

View File

@@ -1,15 +1,15 @@
source_directories:
- /remote/server/bram
- /remote/server/bram
repositories:
- path: /repo/bram
- path: /repo/bram
encryption_passcommand: cat /keys/bram.key
umask: 22
compression: lz4
archive_name_format: '{now:%Y-%m-%d}'
archive_name_format: "{now:%Y-%m-%d}"
unknown_unencrypted_repo_access_is_ok: true
relocated_repo_access_is_ok: true
@@ -18,8 +18,8 @@ keep_weekly: 4
keep_monthly: 6
checks:
- name: repository
- name: archives
- name: repository
- name: archives
check_last: 3
commands:

View File

@@ -1,13 +1,13 @@
source_directories:
- /shuttle/etc
- /shuttle/etc
repositories:
- path: /repo/etc
- path: /repo/etc
umask: 22
compression: lz4
archive_name_format: '{now:%Y-%m-%d}'
archive_name_format: "{now:%Y-%m-%d}"
unknown_unencrypted_repo_access_is_ok: true
relocated_repo_access_is_ok: true
@@ -16,6 +16,6 @@ keep_weekly: 4
keep_monthly: 6
checks:
- name: repository
- name: archives
- name: repository
- name: archives
check_last: 3

View File

@@ -1,17 +1,17 @@
source_directories:
- /shuttle/home
- /shuttle/home
exclude_patterns:
- /shuttle/home/.snapshot
- /shuttle/home/*/.cache
- /shuttle/home/.snapshot
- /shuttle/home/*/.cache
repositories:
- path: /repo/home
- path: /repo/home
umask: 22
compression: lz4
archive_name_format: '{now:%Y-%m-%d}'
archive_name_format: "{now:%Y-%m-%d}"
unknown_unencrypted_repo_access_is_ok: true
relocated_repo_access_is_ok: true
@@ -20,6 +20,6 @@ keep_weekly: 4
keep_monthly: 6
checks:
- name: repository
- name: archives
- name: repository
- name: archives
check_last: 3

View File

@@ -1,20 +1,20 @@
source_directories:
- /shuttle/opt
- /shuttle/opt
exclude_patterns:
- /shuttle/opt/.snapshot
- /shuttle/opt/jupyter/conda
- /shuttle/opt/emby/metadata
- /shuttle/opt/btsync/var/*.journal*
- /shuttle/opt/openvpn-server/*.log
- /shuttle/opt/.snapshot
- /shuttle/opt/jupyter/conda
- /shuttle/opt/emby/metadata
- /shuttle/opt/btsync/var/*.journal*
- /shuttle/opt/openvpn-server/*.log
repositories:
- path: /repo/opt
- path: /repo/opt
umask: 22
compression: lz4
archive_name_format: '{now:%Y-%m-%d}'
archive_name_format: "{now:%Y-%m-%d}"
unknown_unencrypted_repo_access_is_ok: true
relocated_repo_access_is_ok: true
@@ -23,6 +23,6 @@ keep_weekly: 4
keep_monthly: 6
checks:
- name: repository
- name: archives
- name: repository
- name: archives
check_last: 3

View File

@@ -1,16 +1,16 @@
source_directories:
- /shuttle/root
- /shuttle/root
exclude_patterns:
- /shuttle/root/.cache
- /shuttle/root/.cache
repositories:
- path: /repo/root
- path: /repo/root
umask: 22
compression: lz4
archive_name_format: '{now:%Y-%m-%d}'
archive_name_format: "{now:%Y-%m-%d}"
unknown_unencrypted_repo_access_is_ok: true
relocated_repo_access_is_ok: true
@@ -19,6 +19,6 @@ keep_weekly: 4
keep_monthly: 6
checks:
- name: repository
- name: archives
- name: repository
- name: archives
check_last: 3

View File

@@ -1,13 +1,13 @@
source_directories:
- /tmp/
- /tmp/
repositories:
- path: /repo/test
- path: /repo/test
umask: 22
compression: lz4
archive_name_format: '{now:%Y-%m-%d_%H%M%S}'
archive_name_format: "{now:%Y-%m-%d_%H%M%S}"
unknown_unencrypted_repo_access_is_ok: true
relocated_repo_access_is_ok: true