From a74736a37874dac0267708fb66e4e24b15d6d85a Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Wed, 17 Jun 2026 21:23:24 +0200 Subject: [PATCH] change example config with excludes --- src/config-example.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/config-example.yaml b/src/config-example.yaml index 12db624..d51d830 100644 --- a/src/config-example.yaml +++ b/src/config-example.yaml @@ -7,9 +7,12 @@ machines: remote_user: backupuser host: www.example.com port: 22 + excludes: + - /home/user/.cache + - /home/user/.local pathes: - /etc - - /home + - /home/user # the next block need backupmount for mount luks devices backup_volume: luks-crypt-volume -- 2.47.3