It would be nice for the ease of maintenance if the in- and exclusions could be specified like this: # All paths MUST be absolute and start with a '/'! SRCLIST[0]="/boot/grub" SRCLIS...
It would be nice for the ease of maintenance if all inclusions and exclusions could be specified in an arry. Example: # If one or more of the targets contain a space, use the array: # declare -a...