lint yaml files
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user