hello,

my config is
-linux debian testing squeeze
-kernel 2.6.34.1 (but i could easyly update to the actual kernel)
-calendarserver 2.4. (standard installed via apt-get)

I searched for a way to backup the calendarserverdirectory

one solution that is working is to use

cp -r --preserve=all /var/spool/caldavd /backupdirectory

but i also look for a way to get it of the mashine and to another backup localtion (for example via ftp)
to get that done i need to archive it.

i found that tar should be able to do that
like
tar cvfz --xattrs

i found that on
http://linux.die.net/man/1/tar

but on my version of tar on my mashine (1.23) this option was not supported.

What other alternatives do i have to make a backup into a transferable archive? What do you use?

Marco
_______________________________________________
calendarserver-users mailing list
calendarserver-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-users

Reply via email to