On Fri, May 31, 2013 at 6:33 AM, Ljubomir Ljubojevic <[email protected]> wrote:
> Hi.
>
> Is there a way to exclude *kmdl* files from being downloaded from AtRpms?
>
> I use rsync, and I would like to have an option to use it only for specific
> repo, but for this purpose general filter for all repos will do just fine.

Read the man page, "man rsync", and explore the use of the "--exclude"
option. For example:

     rsync -avH --exclude=kmdl* remoterepo:/dirname/ /localdirname/
_______________________________________________
users mailing list
[email protected]
http://lists.repoforge.org/mailman/listinfo/users

Reply via email to