Normally you would choose to migrate data during the OS X install process, or 
using the Migration Assistant.  However, calendar server does have a script to 
do what you need.

On the source system, run this in Terminal:

   sudo 
/Applications/Server.app/Contents/ServerRoot/usr/sbin/calendarserver_backup 
backup /tmp/caldata.tgz

Next, copy /tmp/caldata.tgz from the source system to /tmp/caldata.tgz on the 
destination system.

Finally, on the destination system, run this in Terminal:

   sudo 
/Applications/Server.app/Contents/ServerRoot/usr/sbin/calendarserver_backup 
restore /tmp/caldata.tgz

The caldata.tgz file will contain your calendar and contacts data, including 
attachments, locations, and resources.  However, users and groups live in 
OpenDirectory and will not be copied over.  If your users and groups need to be 
copied over, then your best bet is to use Migration Assistant to copy 
everything.


On Aug 25, 2013, at 3:47 PM, Frank Bonomo <fbon...@sva.edu> wrote:

> Hello all,
> 
> I'm trying to figure out how to migrate calendar service data from a 10.8 OSX 
> Server to a new 10.8 OSX Server installation.  I've been trying to use the 
> 70_calendarmigrator.py script, and have had varying success just getting it 
> to find the caldav.plists from the previous server.
> 
> Has anyone successfully migrated from 10.8 to 10.8?
> What's involved to do this correctly?
> 
> 
> --
> Frank Bonomo, System Administrator / Summer Program Coordinator
> MFA in Interaction Design | School of VISUAL ARTS
> 
> _______________________________________________
> calendarserver-users mailing list
> calendarserver-users@lists.macosforge.org
> https://lists.macosforge.org/mailman/listinfo/calendarserver-users

_______________________________________________
calendarserver-users mailing list
calendarserver-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/calendarserver-users

Reply via email to