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 <rodrigo@sdfg.com.ar>
include="$host_path/includes"
current_link="$host_backup_path/current"
current_dir="$host_backup_path/`readlink \"$current_link\"`"
include="$host_path/includes"
current_link="$host_backup_path/current"
current_dir="$host_backup_path/`readlink \"$current_link\"`"
- exclude_flags=
- include_flags=
plog "-----------------------------------------------------------------"
plog "Backup for host $host"
plog "-----------------------------------------------------------------"
plog "-----------------------------------------------------------------"
plog "Backup for host $host"
plog "-----------------------------------------------------------------"