1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivist_ynh.git synced 2024-09-03 18:15:55 +02:00
archivist_ynh/actions.json

23 lines
640 B
JSON
Raw Normal View History

2018-07-21 19:42:17 +02:00
[{
"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."
}
}]