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