Is it possible to use pipes when specifying an inclusion list of files? I.e. is the following statement possible rsync -aLPv --include-from - --exclude '*' [source] [destination] where the - after --include-from denotes STDIN. Is there another way or syntax to do this? I'd like to use such a statement in a perl script. O. Wyss
- Re: Using pipes to feed inclusions to rsync Otto Wyss
- Re: Using pipes to feed inclusions to rsync Dave Dykstra