| 12345678910111213141516171819202122 |
- [{
- "id": "force_backup",
- "name": "Create a new backup",
- "command": "/bin/bash scripts/actions/force_backup",
- "user": "root",
- "accepted_return_codes": [0],
- "description": {
- "en": "Run Archivist to create a new backup.",
- "fr": "Lance Archivist pour créer un nouveau backup."
- }
- },
- {
- "id": "clean_backups",
- "name": "Clean all previous backup files",
- "command": "/bin/bash scripts/actions/clean_backups",
- "user": "root",
- "accepted_return_codes": [0],
- "description": {
- "en": "Remove all previous backup files made by Archivist.",
- "fr": "Supprime tout les précédents backups créés par Archivist."
- }
- }]
|