35 lines
534 B
JSON
35 lines
534 B
JSON
{
|
|
"version": "1",
|
|
"target": {
|
|
"kind": "plain",
|
|
"parameters": {
|
|
"directory": "/tmp/backup"
|
|
}
|
|
},
|
|
"concerns": [
|
|
{
|
|
"active": true,
|
|
"name": "fehuz",
|
|
"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"
|
|
}
|
|
}
|
|
]
|
|
}
|