Reimplement the file include/exclude filtering mechanism.
authorMichael Vrable <vrable@cs.hmc.edu>
Wed, 12 Sep 2012 03:30:32 +0000 (20:30 -0700)
committerMichael Vrable <vrable@cs.hmc.edu>
Wed, 12 Sep 2012 03:30:32 +0000 (20:30 -0700)
commitfc223ec17dc5e6691291a7b31f6daa8679b484cd
tree8045cbdb3d3ff56e1e5441c5c2c9b7fac6eed74a
parenta9d83d1e32291aaa449442eaf19ade56bfd42778
Reimplement the file include/exclude filtering mechanism.

Implement something more similar to that rsync does.  Accept some number of
starting points for the backup, and an ordered set of include/exclude
patterns.  Also permit rules to be merged in during the backup process, by
per-subtree rule files.
Makefile
doc/exclude.rst [new file with mode: 0644]
exclude.cc [new file with mode: 0644]
exclude.h [new file with mode: 0644]
main.cc