Hi, thanks – that was the problem. I did backup the xattr by using rsync -X but I thought that cp using preserve=all would also copy them back. But I don't see how this may work with cp so I used rsync again.
regards Am 16.03.10 08:11, schrieb Dameon Wagner: > On Tue, Mar 16, 2010 at 01:11:08AM +0100, Michael H. scribbled > in "[CalendarServer-users] Missing Calendar Data": >> Hello, >> >> I just updated to Version 2.4 from Version ??. I have several backups of >> my old directories but I don't know which data i have to move to my new >> installation. >> >> Allready done: >> * caldavd-dev.plist >> * accounts.xml >> * /data >> * /twistedcaldav/test/data >> >> My config says: >> >> <!-- Data root --> >> <key>DataRoot</key> >> <string>data/</string> >> >> <!-- Document root --> >> <key>DocumentRoot</key> >> <string>twistedcaldav/test/data/</string> >> >> I can login with iCal but the accounts are empty (no calendars). >> Privilegs are also fine. > > My first thought would be that your extended attributes went awol > during backup -- have a look the manpages for getfattr/setfattr, you > should be able to recursively get and set the attributes, as long as > the filesystem is mounted with the user_xattr option. > > Cheers. > > Dameon. > _______________________________________________ calendarserver-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users
