From 27d8dfb1ad7ce19a693e402f61eb223175871e80 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Mon, 22 Sep 2025 18:31:34 +0200 Subject: [PATCH] [mod] conf-example --- misc/conf-example.mmr.json | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/misc/conf-example.mmr.json b/misc/conf-example.mmr.json index 412ffde..59ca7fa 100644 --- a/misc/conf-example.mmr.json +++ b/misc/conf-example.mmr.json @@ -1,7 +1,7 @@ { "version": "1", "target": { - "kind": "plain", + "kind": "local", "parameters": { "directory": "/tmp/backup" } @@ -9,26 +9,13 @@ "concerns": [ { "active": true, - "name": "fehuz", + "name": "images", "kind": "files", "parameters": { - "path": "/var/fehuz", - "name": "fehuz" - } - }, - { - "active": true, - "name": "uruz", - "kind": "postgresql_dump", - "parameters": { - "credentials": { - "host": "postgresql.example.org", - "username": "username", - "password": "password", - "schema": "example" - }, - "name": "uruz" + "path": "/usr/share/images/desktop-base", + "name": "images" } } ] } +