This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device.

Becoming a Mktemp Mirror Site

If you wish to mirror the mktemp distribution, please mirror the master site, ftp://ftp.mktemp.org/pub/mktemp. The best times to mirror are between midnight and 8am US Eastern standard time (MST).

In addition to standard ftp mirroring, you may also mirror the ftp and/or CVS trees via rsync. To mirror the ftp site via rsync, run something like

	rsync -avz rsync.mktemp.org::mktemp_ftp /path/to/your/mirror

If you wish to mirror the mktemp web pages, you may do so via a web mirroring program such as WebMirror or wget. Alternately, you may use rsync to do the mirroring.

	rsync -avz rsync.mktemp.org::mktemp_www /path/to/your/mirror
Note that this will not mirror the dist subdirectory since this should simply be a link to the ftp site (or a mirror thereof).

Send mail to mktemp@mktemp.org if you wish to have your mirror listed in the official mktemp mirrors list.