From 3d1c726d951b8d812788445ceff0c67a11fb1c8b Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Mon, 29 Jan 2018 15:55:38 +0000 Subject: update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7b37534..23b4f8c 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,11 @@ needed for lbu and its pre/post scripts to function properly. ### Profiles -Profiles are a setup of LBU pre/post scripts. To use these scripts you should +Profiles are a set of LBU pre/post scripts. To use these scripts you should symlink (or copy) them from the profile directory to one of the following dirs: -* `pre-package.d` (scripts run before LBU creates its backup) -* `post-package.d` (scripts run after LBU created its backup) +* `/etc/lbu/pre-package.d` (scripts run before LBU creates its backup) +* `/etc/lbu/post-package.d` (scripts run after LBU created its backup) These profiles/scripts will be run by busybox run-parts which means they cannot have an extension and need to be executable. If you need to run these scripts @@ -51,8 +51,8 @@ you have a backup of that password in case you will need it when restoring. ### Include non etc files By default LBU will only backup files located in the `/etc` directory and have -been modified. To include other files you need to lbu_include files and -directories. Exclusion is possible via lbu_exclude. Please check Alpine wiki for +been modified. To include other files you need to `lbu_include` files and +directories. Exclusion is possible via `lbu_exclude`. Please check Alpine wiki for more information regarding LBU usage. ### Backup server -- cgit v1.2.3