diff --git a/src/pages/content/settings.php b/src/pages/content/settings.php index cb9a97f..6a8a24d 100644 --- a/src/pages/content/settings.php +++ b/src/pages/content/settings.php @@ -756,51 +756,51 @@ class="fa fa-info"> Those must return exit code 0 for success detection
-Runs the selected script AFTER the backup is done (before containers would start). Sent arguments:
+post-backup
, -destination path
Runs the selected script for each container immediately BEFORE creating the tarfile. Sent arguments:
pre-container
, +container name
-Runs the selected script AFTER everything is done. Sent arguments:
+post-run
,destination - path
,true|false
(true on backup success, false otherwise)Runs the selected script for each container immediately AFTER creating the tarfile. Sent arguments:
post-container
, +container name
-Runs the selected script for each container immediately BEFORE creating the tarfile. Sent arguments:
+pre-container
, -container name
Runs the selected script AFTER the backup is done (before containers would start). Sent arguments:
post-backup
, +destination path
-Runs the selected script for each container immediately AFTER creating the tarfile. Sent arguments:
+post-container
, -container name
Runs the selected script AFTER everything is done. Sent arguments:
post-run
,destination + path
,true|false
(true on backup success, false otherwise)