To manually back up the wiki, copy the wiki data store with its permissions intact. For example, to copy the wiki data store to a folder on a different volume, enter the following in Terminal and then authenticate as an administrator when requested:
sudo ditto /Library/Collaboration/ /Volumes/volumename/foldername/
If you created or edited themes, copy the theme folder with its permissions intact. To copy the themes folder to a folder on a different volume, enter the following in Terminal and then authenticate as an administrator when requested:
sudo ditto /Library/Application\ Support/Apple/WikiServer/ /Volumes/ volumename/foldername/
If you’re using the web calendar, you must back up the calendar data store. The default location is /Library/CalendarServer/Documents/. This location can be changed using Server Admin (in iCal service).
To manually back up the calendar, copy the calendar data store with its permissions intact. For example, to copy the calendar data store to a folder on a different volume, enter the following in Terminal and then authenticate as an administrator when requested:
sudo ditto /Library/CalendarServer/Documents/ /Volumes/volumename/ foldername/
38