diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2020-09-06 10:42:49 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2020-11-30 16:51:32 +0100 |
commit | 7570ab6bac3a18f3ad00edf8343da8795db7a45b (patch) | |
tree | b70d96c1d000fb0ce093b8d03425edfa98cbfe3b /duply/.duply/seb_jdr/exclude | |
parent | 1d9b896600e8c7bd4caa76975b7d8cb30abcb94a (diff) |
Script correction
Diffstat (limited to 'duply/.duply/seb_jdr/exclude')
-rw-r--r-- | duply/.duply/seb_jdr/exclude | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/duply/.duply/seb_jdr/exclude b/duply/.duply/seb_jdr/exclude new file mode 100644 index 0000000..9558c66 --- /dev/null +++ b/duply/.duply/seb_jdr/exclude @@ -0,0 +1,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 + |