I'm using duplicity to backup some of my files. The man page is kind of confusing, regarding the include/exclude Patterns. I'd like to backup the following things:
/storage/include
/otherthings
but NOT
/storage/include/exclude
The Include-File currently looks:
+ /storage/include
- /storage/include/exclude
+ /otherthings
- **
Duplicity is called as followed:
/usr/bin/duplicity --include-globbing-filelist /Path/to/file/above / target
It simply doesn't work. Every time it backups, it also includes the files in /storage/include/exclude.
Asked by int2000
(273 rep)
Mar 2, 2014, 11:08 AM
Last activity: Jan 12, 2024, 10:01 AM
Last activity: Jan 12, 2024, 10:01 AM