aboutsummaryrefslogtreecommitdiff
path: root/duply/.duply/jdr/exclude
blob: 9558c665f8efd90fc33a8484093aab706a772448 (plain)
1
2
3
4
5
6
7
8
9
# although called exclude, this file is actually a globbing file list
# duplicity accepts some globbing patterns, even including ones here
# here is an example, this incl. only 'dir/bar' except it's subfolder 'foo'
# - dir/bar/foo
# + dir/bar
# - **
# for more details see duplicity manpage, section File Selection
# http://duplicity.nongnu.org/duplicity.1.html#sect9