Question on --include-from option.

Wayne Davison wayned at samba.org
Thu Aug 14 01:31:38 EST 2003


On Wed, Aug 13, 2003 at 01:15:11PM +0100, Loris Serena wrote:
> rsync -azv -e ssh --stats --include-from=/tmp/rsync-include-file
> ppukweb8:/tmp/loris

This command doesn't specify a destination, just a source.  Thus, it
just lists the source.  You must tell rsync where to put the files if
you want it to do a copy.

Also, your include file will have no effect whatsoever because the
default is to include everything from the source.  Try this instead:

rsync -azv -e ssh --stats /tmp/loris/testrsync[1-3] ppukweb8:/tmp/loris

..wayne..



More information about the rsync mailing list