I always set the following locations to be backed up on Mac servers and sometimes workstations:
* /Users – optional, but most useful on workstations.
* /System
* /Library – the apache document root is contained within this location
* /private – this is the important one on Mac servers as it encompasses most of the system configuration (/etc) and working data (/var)
It’s similar to my linux server backup policy, which is always at least:
* /etc
* /var
* /home
* /opt – if I have any custom software installed.[/list]
Recent Comments