Do you mean making a backup of the database? This is done using:
cd /opt/SUNWics/cal/sbin
./csbackup -f database /path/to/output/directory
This will also create the directory you are backing up to so don't create it in advance. The local user the calendar runs under will also need full access to where you are making the backup to (just chmod the dir to 777 temporarily)
Josh