X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=backup-script.git;a=blobdiff_plain;f=README.md;h=66d79aaa5d9cdc952fb1d1cae75af7d030dc5e22;hp=f816c05c6d0766b0384a6150fd4463be966562c0;hb=e2e8ca09cc4c185b159e126bfaf9864dc2b48def;hpb=566dfc1852216acad83272d9216858f44d5ce26f diff --git a/README.md b/README.md index f816c05..66d79aa 100644 --- a/README.md +++ b/README.md @@ -38,17 +38,24 @@ Options: ## Configuration -All default configuration variables are read from `/etc/backup-script.conf` or -from `/etc/backup-script.d/backup-script.conf` (deprecated). The individual -systems are configured using individual files in `/etc/backup-script.d/`, one -for each system to backup (files ending in `*.sh` are skipped, as well as -files named `backup-script.conf`). Please avoid spaces and other "special" -characters! +All default configuration variables are read from the first file found of this +list: `/usr/local/etc/backup-scrupt.conf`, `/etc/backup-script.conf` or +from `/etc/backup-script.d/backup-script.conf` (deprecated). + +All systems which should be backed-up are configured using individual files +in the configuration directory, which is `/usr/local/etc/backup-script.d/` or +`/etc/backup-script.d/` by default (whichever is found first), and can be +specified using the `conf_d` variable in the main configuration file. + +The must be one file for each system to backup (files ending in `*.sh` are +skipped, as well as files named `backup-script.conf`). Please avoid spaces and +other "special" characters! The filename is used as hostname for the system by +default, but this can be overwritten using the `system` configuration variable. Variables in `backup-script.conf` must be prefixed with `default_` to define default values for all systems. -All defaults can be overwritten in individual system configuration files. +All defaults can be overwritten in the individual system configuration files. For example: @@ -161,4 +168,5 @@ definition files are automatically mapped to the new backup-script variables: - 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)!