aboutsummaryrefslogtreecommitdiff
path: root/website/content/en/internal/mirror.adoc
blob: 6780b9aff3ea8ac67fa577bfb7a6788717492dca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: "Mirroring the FreeBSD Web Pages"
sidenav: docs
---

= Mirroring the FreeBSD Web Pages

It is possible to mirror the FreeBSD web pages `www.FreeBSD.org`. This can be done using a program called _rsync_. rsync is a software package in the Ports Collection for distributing and updating collections of files across a network.

== Running rsync

If you keep your mirrored FreeBSD web pages in the directory `/usr/FreeBSD-mirror` and are owned by the user "fred", then run the following command as user "fred":

....
     $ rsync -vaHz --delete rsync://bit0.us-west.freebsd.org/FreeBSD-www-data/ /usr/FreeBSD-mirror/
....

This will mirror the FreeBSD web pages into `/usr/FreeBSD-mirror`. You can install this into fred's crontab, so that it runs once a day.

link:..[FreeBSD Internal Home]