diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2020-09-05 12:04:56 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2020-09-05 12:10:13 +0200 |
commit | b9852c7d93fdd9aa2eea4787688afb5cebc71fcf (patch) | |
tree | 9e382e6d2dad73ed17e987729663b9ba853f804a /duply/.duply/music/exclude | |
parent | 8ef9678d0a0f7b30a3c6afca6af70aa505f1a51f (diff) |
Added duply configuration
Diffstat (limited to 'duply/.duply/music/exclude')
-rw-r--r-- | duply/.duply/music/exclude | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/duply/.duply/music/exclude b/duply/.duply/music/exclude new file mode 100644 index 0000000..9558c66 --- /dev/null +++ b/duply/.duply/music/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 + |