Mirror instructions for rsync service at www.ietf.org

  1. Get the list of modules available:

    rsync www.ietf.org::

    This will return a result like the following

    (Module Names)           (Comments)
    internet-drafts           - Repository of Internet Drafts 
  2. To create a mirror of all the Internet-Drafts:

    rsync -avz --delete www.ietf.org::internet-drafts my-id-mirror
  3. To create a mirror of all the Internet-Drafts, but keep old versions:

    rsync -avz www.ietf.org::internet-drafts my-id-mirror



More Information