From d92349e2a3584e5e8cbfcd62478d6f455cb1d550 Mon Sep 17 00:00:00 2001
From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Date: Sat, 6 Apr 2024 17:52:47 +0200
Subject: [PATCH] Delete actions.toml: this doesn't do anything since quite a
long time ago ...
---
actions.toml | 35 -----------------------------------
1 file changed, 35 deletions(-)
delete mode 100644 actions.toml
diff --git a/actions.toml b/actions.toml
deleted file mode 100644
index 73b2529..0000000
--- a/actions.toml
+++ /dev/null
@@ -1,35 +0,0 @@
-[force_backup]
-name = "Create a new backup"
-command = "scripts/actions/force_backup"
-# user = "root" # optional
-# cwd = "/" # optional
-# accepted_return_codes = [0, 1, 2, 3] # optional
-accepted_return_codes = [0]
-description = "Run Archivist to create a new backup."
-
-[clean_backups]
-name = "Clean all previous backup files"
-command = "scripts/actions/clean_backups"
-# user = "root" # optional
-# cwd = "/" # optional
-# accepted_return_codes = [0, 1, 2, 3] # optional
-accepted_return_codes = [0]
-description = "Remove all previous backup files made by Archivist."
-
-[reset_default_config]
-name = "Reset the config file and restore a default one."
-command = "scripts/actions/reset_default_config \"Backup_list.conf\""
-# user = "root" # optional
-# cwd = "/" # optional
-# accepted_return_codes = [0, 1, 2, 3] # optional
-accepted_return_codes = [0]
-description = "Reset the config file Backup_list.conf."
-
-[reset_default_app]
-name = "Reset the app with a default configuration."
-command = "scripts/actions/reset_default_app"
-# user = "root" # optional
-# cwd = "/" # optional
-# accepted_return_codes = [0, 1, 2, 3] # optional
-accepted_return_codes = [0]
-description = "Reset the app to its default configuration to try to fix potential issues.
This action won't remove any data added to the app.
However, if you have modified any configuration, it will be overwritten."