]> arthur.barton.de Git - backup-script.git/blobdiff - README.md
Exit with code 7 when not all jobs have been run
[backup-script.git] / README.md
index d5c6f5420f445148bdf5e48e897d58d9c2263e7a..23bfbfe8bdeea3358c1f5fd7c91882fe50014ed6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -151,3 +151,15 @@ definition files are automatically mapped to the new backup-script variables:
 * source -> source_root
 * pre_exec -> job_pre_exec
 * post_exec -> job_post_exec
+
+
+## Exit codes
+
+- 1: Unspecific Error!
+- 2: Usage information has been shown.
+- 3: Can't read system definition
+- 4: PID-file exists!
+- 5: Pre-exec command failed!
+- 6: There have been systems with errors!
+- 7: Not all jobs were run!
+- 9: Aborted (CTRL-C)!