CARVIEW |
Select Language
HTTP/2 301
date: Mon, 14 Jul 2025 14:41:00 GMT
content-type: text/html; charset=UTF-8
location: https://www.rfc-editor.org/retrieve/rsync/
cf-ray: 95f1c7443fc395be-BLR
x-redirect-by: WordPress
strict-transport-security: max-age=31536000; includeSubDomains
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
cf-cache-status: DYNAMIC
server: cloudflare
alt-svc: h3=":443"; ma=86400
HTTP/2 200
date: Mon, 14 Jul 2025 14:41:01 GMT
content-type: text/html; charset=UTF-8
content-encoding: gzip
x-frame-options: SAMEORIGIN
x-frame-options: SAMEORIGIN
link: ; rel="https://api.w.org/"
link: ; rel="alternate"; type="application/json"
link: ; rel=shortlink
vary: Accept-Encoding
strict-transport-security: max-age=31536000; includeSubDomains
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
cf-cache-status: DYNAMIC
server: cloudflare
cf-ray: 95f1c74a7af695be-BLR
alt-svc: h3=":443"; ma=86400
How to use rsync to download RFCs » RFC Editor
Search RFCs
The Series
For Authors
Sponsor
How to use rsync to download RFCs
[1] To get the list of modules available
type rsync rsync.rfc-editor.org::
This will return results as follows:
Module Names | Comments |
---|---|
everything-ftp | Everything FTP |
rfcs | Contents of in-notes/ and subdirectories bcp/, fyi/, ien/, and std/ |
rfcs-text-only | Text files from [rfcs] |
rfc-ed-all | Entire repository (excluding Internet-Drafts) |
rfcs-pdf-only | PDF versions of ASCII RFCs to ensure correct page breaks, etc. [only below RFC 8650] |
rfcs-exclude-json | Contents of [rfcs] excluding JSON files |
rfcs-json-only | Only the JSON files from the directories in [rfcs] |
rfcs-pdf-all | PDFs of the RFC series |
[2] To create a mirror using a module
Type rsync -avz --delete rsync.rfc-editor.org::Module-Name Target-Directory
For example: To create a mirror of the text versions of all the RFCs, i.e.,
in-notes/*.txt
in-notes/bcp/*.txt
in-notes/fyi/*.txt
in-notes/ien/*.txt
in-notes/std/*.txt
type rsync -avz --delete rsync.rfc-editor.org::rfcs-text-only my-rfc-mirror
(The --delete
option is useful for removing local copies of files that have been deleted from the repository. This is helpful to remove expired Internet-Drafts.)
rsync web page: https://rsync.samba.org
IAB • IANA • IETF • IRTF • ISE • ISOC • IETF Trust
Reports • Privacy Statement • Site Map • Contact Us