From e5e098faa0b7ec481e4029ded7345f59af1fba82 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 25 May 2025 10:33:42 +0200 Subject: [PATCH] add readme config part for mount --- readme.md | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index c42c2b9..c3339ef 100644 --- a/readme.md +++ b/readme.md @@ -18,12 +18,28 @@ backup_count: 15 machines: testpc: - remote_user: backupuser - host: www.example.com - port: 22 - pathes: - - /etc - - /home + remote_user: backupuser + host: www.example.com + port: 22 + pathes: + - /etc + - /home + +# the next block need backup mount for mount luks devices +backup_volume: luks-crypt-volume +media: + day: + device: /dev/path/to/disk + key: /path/to/luks-key-file + partition: /dev/path/to/partition + week: + device: /dev/path/to/disk + key: /path/to/luks-key-file + partition: /dev/path/to/partition + month: + device: /dev/path/to/disk + key: /path/to/luks-key-file + partition: /dev/path/to/partition ``` ### mark backup media -- 2.47.3