28.01.2016 02:07, Hans Witvliet пишет:
On Wed, 2016-01-27 at 21:35 +0100, Istvan Gabor wrote:
It's not that simple. I want to download all openSUSE 13.1 dirs from under all of the following directories in http://download.opensuse.org/repositories/:
Apache/ Apache:/ Application:/
... ...
With one command will be rather difficult. What you can do however, is making a dry-run rsync (will take several hours) of the whole tree, capture that output to file, grep/filter what you want, and feed that info to a real rsync session.
rsync can take list of names from a file. Alternatively one could use pattern, like --include **/openSUSE_13.1/ which should catch standard repository naming scheme. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org