mirror of
https://github.com/getnamingo/registry.git
synced 2025-06-28 23:23:22 +02:00
Documentation update
This commit is contained in:
parent
9d9bbb9ac7
commit
1292f98689
2 changed files with 77 additions and 26 deletions
|
@ -18,7 +18,7 @@
|
|||
}
|
||||
},
|
||||
"target": {
|
||||
"dirname": "/opt/namingobackup",
|
||||
"dirname": "/srv",
|
||||
"filename": "database-%Y%m%d-%H%i.sql",
|
||||
"compress": "bzip2"
|
||||
},
|
||||
|
@ -28,17 +28,6 @@
|
|||
"value": "10M"
|
||||
}
|
||||
],
|
||||
"syncs": [
|
||||
{
|
||||
"type": "sftp",
|
||||
"options": {
|
||||
"host": "backup.example.com",
|
||||
"user": "user.name",
|
||||
"password": "topsecret",
|
||||
"path": "backup/someName"
|
||||
}
|
||||
}
|
||||
],
|
||||
"cleanup": {
|
||||
"type": "Capacity",
|
||||
"options": {
|
||||
|
@ -56,7 +45,7 @@
|
|||
}
|
||||
},
|
||||
"target": {
|
||||
"dirname": "/opt/namingobackup",
|
||||
"dirname": "/srv",
|
||||
"filename": "files-%Y%m%d-%H%i.sql",
|
||||
"compress": "bzip2"
|
||||
},
|
||||
|
@ -66,17 +55,6 @@
|
|||
"value": "10M"
|
||||
}
|
||||
],
|
||||
"syncs": [
|
||||
{
|
||||
"type": "sftp",
|
||||
"options": {
|
||||
"host": "backup.example.com",
|
||||
"user": "user.name",
|
||||
"password": "topsecret",
|
||||
"path": "backup/someName"
|
||||
}
|
||||
}
|
||||
],
|
||||
"cleanup": {
|
||||
"type": "Capacity",
|
||||
"options": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue