On 11/17/20 4:32 PM, Adam Roach wrote:
On 11/17/2020 1:50 PM, Robert Moskowitz wrote:
RSYNC is a great tool for maintaining a local document store. Running
RSYNC over TLS is a bit of a challenge. Will you provide this service?
It's not an exact analog, but if you want an authenticated channel,
the following provides the same basic functionality:
wget -nv -r -N -l0 -np -nH --cut-dirs=1 -A txt,pdf
https://www.ietf.org/ietf-ftp/rfc/
It could be tuned up a bit by asking the tools team to turn
"Last-Modified"/"If-Modified-Since" header handling on for
https://www.ietf.org/ (which would make the command above act
substantially more like rsync).
This is very similar to what I use when I am physically at an IEEE 802
meeting and Rick has a server I can hit with wget.
The command works similiarly but is not efficient. And for the shear
size of the ID directory not a wise approach over rsync.