I’ve added an rsync repository for my stuff, you can check it with

rsync ponce.cc::

– to list the content of a folder just put it in the rsync url, example:

rsync ponce.cc::pub/slackware64-current/

– to clone a folder use the “a” option (with an additional “vP” for additional verbosity and progress information), example:

rsync --delete-after -avP rsync://ponce.cc/pub/slackware64-current/packages .

(don’t forget the “.” at the end)