adjust borgmatic configs

This commit is contained in:
2025-10-12 16:14:18 +02:00
parent 8b46c1decd
commit 8ab9e7eed8
6 changed files with 7 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ umask: 22
compression: lz4
archive_name_format: '{now:%Y-%m-%d}'
unknown_unencrypted_repo_access_is_ok: true
relocated_repo_access_is_ok: true
keep_daily: 7
keep_weekly: 4

View File

@@ -9,6 +9,7 @@ umask: 22
compression: lz4
archive_name_format: '{now:%Y-%m-%d}'
unknown_unencrypted_repo_access_is_ok: true
relocated_repo_access_is_ok: true
keep_daily: 7
keep_weekly: 4

View File

@@ -1,4 +1,3 @@
source_directories:
- /shuttle/home
@@ -14,6 +13,7 @@ umask: 22
compression: lz4
archive_name_format: '{now:%Y-%m-%d}'
unknown_unencrypted_repo_access_is_ok: true
relocated_repo_access_is_ok: true
keep_daily: 7
keep_weekly: 4

View File

@@ -16,6 +16,7 @@ umask: 22
compression: lz4
archive_name_format: '{now:%Y-%m-%d}'
unknown_unencrypted_repo_access_is_ok: true
relocated_repo_access_is_ok: true
keep_daily: 7
keep_weekly: 4

View File

@@ -12,6 +12,7 @@ umask: 22
compression: lz4
archive_name_format: '{now:%Y-%m-%d}'
unknown_unencrypted_repo_access_is_ok: true
relocated_repo_access_is_ok: true
keep_daily: 7
keep_weekly: 4

View File

@@ -1,4 +1,5 @@
#!/bin/bash
for name in home root opt etc bram; do
/scripts/mqtt.sh "$NAME" >> "/log/$NAME.log" 2>&1
echo $name
/scripts/mqtt.sh "$name" >> "/log/$name.log" 2>&1
done