rsync --delete-excluded was needed when cp was used to create the
hardlinks. Now that rsync creates them, it is not needed anymore.
Signed-off-by: Rodrigo Campos <rodrigo@sdfg.com.ar>
perror "$host is down, skipping..." &&
continue
[ -r "$exclude" ] &&
- extra_flags="--exclude-from=$exclude --delete-excluded"
+ extra_flags="--exclude-from=$exclude"
[ -r "$include" ] &&
extra_flags="$extra_flags --include-from=$include"
plog "Running rsync..."