duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #02766
Re: [Question #261866]: How to use --include-filelist-stdin or --exclude-filelist-stdin
Question #261866 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/261866
Status: Answered => Open
Aaron Whitehouse is still having a problem:
Thanks Edgar, that's helpful.
Using that as a starting point, it looks as though it is:
cat exclude.txt | duplicity --exclude-filelist-stdin $SOURCEDIR file://$TARGETDIR
or
cat exclude.txt | duplicity --include-filelist-stdin $SOURCEDIR file://$TARGETDIR
But it would still be helpful if there is somebody out there who does
actually use it who could please confirm. It seems unlikely that is the
main way people are using it, as if it was they could just use
--include-filelist etc rather than "cat"ing the file.
--
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.