[mod] conf-example
This commit is contained in:
parent
febe3c6eb0
commit
27d8dfb1ad
|
|
@ -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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue