' $System.Access Admin ' If $System.IsPost ' $Command.Common.Backup ' $System.Redirect $Server?page=OfficeBackup ' Exit ' EndIf $Office.Name - Data Backup ' Sub BackupFile $label $desc ' If ($label = office) or $Components.$label.Installed ' If $label = office ' $t = $BackupTimeStamp ' Else ' $t = $Components.$label.BackupTimeStamp ' EndIf $desc ' If $t $label$.odb $t.hour:$t.Minute00:$t.Second00 $t.AMPM, $t.Day00/$t.Month00/$t.Year ' Else $label$.odb (Not Created Yet) ' EndIf ' EndIf ' EndSub Data Backup

Duplicating Data File

' $BackupFile office "Common to All Cybozu Office applications, Scheduler, Whereabouts, ToDo List, User Table " ' $BackupFile bulletin "Bulletin Board" ' $BackupFile reserve "Facilities Scheduler" ' $BackupFile address "Address Book" ' $BackupFile project "Project" ' $BackupFile forum "Forum" ' $BackupFile cabinet "Cabinet"
Data TypeDuplicationFile NameTime Stamp

all data files at once.
(It may take times depending on the file size.)


' If $Env.IsUnix ' $SL = / ' Else ' $SL = \ ' EndIf Data Backup Memo
Directory where the data files are located: $_Env.Dir$data
Directory where the duplicated data files are located: $_Env.Dir$file$SL$Office$SL$backup
Directory where the Attachment files are located: $_Env.Dir$file
Directory where the Template files are located: $_Env.Dir$page
Directory where the Image files are located: $_Env.DocumentRoot$$SL$cb3

You can not duplicate the WebMail data files in the server's local disk.
Back up all files under the following directory manually.

$_Env.Dir$data$SL$webmail

[Back to Settings Menu] [Top Page] [Help]