[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Question rsync Kernel tree.



> when I use the rsync (rsync -avz --delete
> ppc.samba.org::linux-pmac-stable)
> from my kernel dir, I see a lot of files which are not in my local tree.

You should specify a target directory for the rsync (as in:
rsync -avz --delete ppc.samba.org::linux-pmac-stable linux-pmac).
Or just a dot as target directory:
rsync -avz --delete ppc.samba.org::linux-pmac-stable .
(makes the files appear in the current directory)

	Michael



Reply to: