<div dir="ltr"><div dir="ltr">On Tue, Nov 3, 2020 at 8:52 PM Antonio Rojas <<a href="mailto:arojas@archlinux.org">arojas@archlinux.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div><p style="margin:0px">El lunes, 26 de octubre de 2020 0:35:39 (CET), Ben Cooksley escribió:</p>
<br><p style="margin:0px">> It would be appreciated if you could please validate that both your access</p>
<p style="margin:0px">> works, and that your workflows are still able to operate on the new system.</p>
<br><p style="margin:0px">Hi,</p>
<p style="margin:0px"> It seems that rsync no longer works with wildcards. I used to do</p>
<br><p style="margin:0px">rsync -e ssh -c -h -L --progress --partial ftparchlinux@milonia.kde.org:${branch}/release-service/${dirver}/src/*.tar.xz{,.sig} ${SRCDEST}/ </p></div></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>
<br><p style="margin:0px">to download all packages at once. This gives an error in deino:</p>
<br><p style="margin:0px"><span style="background-color:rgb(255,255,255)"><span style="font-family:monospace"><span style="color:rgb(0,0,0)">rsync: link_stat "/srv/archives/ftp/stable/release-service/20.08.3/src/*.tar.xz" failed: No such file or directory (2) </span></span></span><br>rsync: link_stat "/srv/archives/ftp/stable/release-service/20.08.3/src/*.tar.xz.sig" failed: No such file or directory (2) <br>rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1816) [Receiver=v3.2.3] <br>rsync: [Receiver] write error: Broken pipe (32)<br></p></div></blockquote><div><br></div><div>That is correct, as rsync itself does not support wildcards in that manner.</div><div>My understanding is that this functionality was being provided by the underlying bash shell.</div><div><br></div><div>The correct behaviour here would be to use the --include or --exclude switches to rsync to obtain the desired behaviour.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><p style="margin:0px"><br>Downloading a single package with the same command works fine.</p></div></blockquote><div><br></div><div>Cheers,</div><div>Ben </div></div></div>