From c2ca8f108021a3eea9102152ae1ea7cc940773c0 Mon Sep 17 00:00:00 2001 From: Rodrigo Campos Date: Thu, 29 Jul 2010 15:40:35 -0300 Subject: [PATCH] Fix extra_flags usage We need to "clean" extra flags when we start to backup a new host to make sure we use the correct options for the current host we are backing up. Also, we remove some unused variables that were replaced by extra_flags. Signed-off-by: Rodrigo Campos --- bacap | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bacap b/bacap index d107b1d..42273ab 100755 --- a/bacap +++ b/bacap @@ -104,8 +104,7 @@ do include="$host_path/includes" current_link="$host_backup_path/current" current_dir="$host_backup_path/`readlink \"$current_link\"`" - exclude_flags= - include_flags= + extra_flags= plog "-----------------------------------------------------------------" plog "Backup for host $host" plog "-----------------------------------------------------------------" -- 2.43.0