From 379f430717d1fc9c0d7c117243fb3f385c89982e Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Thu, 29 Jul 2010 23:31:39 -0300 Subject: [PATCH] Fix doc typos Signed-off-by: Rodrigo Campos --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 8c076a0..30875a2 100644 --- a/README +++ b/README @@ -110,7 +110,7 @@ line for each path to backup in that host. Let's say we want to backup only ``/etc`` and ``/home``:: echo /etc > $CONFIG_PATH/$LOCALHOST/paths - echo /home > $CONFIG_PATH/$LOCALHOST/paths + echo /home >> $CONFIG_PATH/$LOCALHOST/paths But sometimes there are things there that you don't want to backup, in that case you can create a file named ``excludes`` too, and write which paths you @@ -131,7 +131,7 @@ You may want to automate it using *cron*. I will not include a *cron* tutorial here, but if you are completely lost, you can add this line to ``/etc/crontab`` to make a daily backup at 6:30:: - 25 6 * * * root /path/to/bacap + 30 6 * * * root /path/to/bacap If you are a Debian_ user, you can also simply install the script in ``/etc/cron.daily`` (or make a symlink or something similar) and you are set. -- 2.43.0