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"
SRCLIST[1]="/etc"
# And so on
# If you want to exclude several directories use the following expression:
SKIPCOND[0]=-path "/var/archives"
SKIPCOND[1]=-path "/boot/grub/*stage*"
SKIPCOND[2]=-name "bookmark.bak"
# And so on
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"
SRCLIST[1]="/etc"
# And so on
# If you want to exclude several directories use the following expression:
SKIPCOND[0]=-path "/var/archives"
SKIPCOND[1]=-path "/boot/grub/*stage*"
SKIPCOND[2]=-name "bookmark.bak"
# And so on
Thanks for the nice program, Plato