How to restore calendar database from an archive backup?
I am trying to restore an archive backup from one machine to another. Both are running the same version of RHEL4, and both have the same version of JES installed (2005Q4).
The command I use is:
./csrestore database somedirectory/archive/archive_20070704
This gives the following output:
Do you really want to restore the Calendar database? (y/n) y
somedirectory/archive/archive_20070704/ does not exist or cannot be accessed
Restore failed
The contents of the directory specified above are listed below:
ls -l somedirectory/archive/archive_20070704
-rw-rwxrwx 1 llem llem0 Jul 4 00:03 copy.complete
-rw-rwxrwx 1 llem llem8192 Jul 4 00:03 ics50alarms.db
-rw-rwxrwx 1 llem llem45056 Jul 4 00:03 ics50calprops.db
-rw-rwxrwx 1 llem llem 2289664 Jul 4 00:03 ics50deletelog.db
-rw-rwxrwx 1 llem llem 31502336 Jul 4 00:03 ics50events.db
-rw-rwxrwx 1 llem llem12288 Jul 4 00:03 ics50gse.db
-rw-rwxrwx 1 llem llem8192 Jul 4 00:03 ics50journals.db
-rw-rwxrwx 1 llem llem28672 Jul 4 00:03 ics50recurring.db
-rw-rwxrwx 1 llem llem8192 Jul 4 00:03 ics50todos.db
-rw-rwxrwx 1 llem llem 7996286 Jul 4 00:03 log.0000000015
Anybody have an idea as to what I am doing wrong?
Do I need to use csbackup instead of the archived backup?
Thanks in advance.

