[mod] conf-example

This commit is contained in:
fenris 2025-09-22 18:31:34 +02:00
parent febe3c6eb0
commit 27d8dfb1ad

View file

@ -1,7 +1,7 @@
{ {
"version": "1", "version": "1",
"target": { "target": {
"kind": "plain", "kind": "local",
"parameters": { "parameters": {
"directory": "/tmp/backup" "directory": "/tmp/backup"
} }
@ -9,26 +9,13 @@
"concerns": [ "concerns": [
{ {
"active": true, "active": true,
"name": "fehuz", "name": "images",
"kind": "files", "kind": "files",
"parameters": { "parameters": {
"path": "/var/fehuz", "path": "/usr/share/images/desktop-base",
"name": "fehuz" "name": "images"
}
},
{
"active": true,
"name": "uruz",
"kind": "postgresql_dump",
"parameters": {
"credentials": {
"host": "postgresql.example.org",
"username": "username",
"password": "password",
"schema": "example"
},
"name": "uruz"
} }
} }
] ]
} }