core/misc/conf-example-simple.mmr.json

20 lines
248 B
JSON
Raw Normal View History

2025-02-20 09:12:08 +01:00
{
"target": {
2025-09-22 18:31:34 +02:00
"kind": "local",
2025-02-20 09:12:08 +01:00
"parameters": {
"directory": "/tmp/backup"
}
},
"concerns": [
{
"active": true,
2025-09-22 18:31:34 +02:00
"name": "images",
2025-02-20 09:12:08 +01:00
"kind": "files",
"parameters": {
2025-09-26 00:49:28 +02:00
"path": "/usr/share/images/desktop-base"
2025-02-20 09:12:08 +01:00
}
}
]
}
2025-09-22 18:31:34 +02:00