diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2020-09-05 15:14:15 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2020-09-05 15:14:15 +0200 |
commit | fb179a46d07acb29fbe61c0a46753a7e70d5ea72 (patch) | |
tree | 4523b105c813d100794b676f3649c836fe160a85 /duply/.duply/test/exclude | |
parent | e2bed5b540cab47414488debdfb10ebd8421a21b (diff) |
Update duply script
Diffstat (limited to 'duply/.duply/test/exclude')
-rw-r--r-- | duply/.duply/test/exclude | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/duply/.duply/test/exclude b/duply/.duply/test/exclude new file mode 100644 index 0000000..9558c66 --- /dev/null +++ b/duply/.duply/test/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 + |