Sun Java System Messaging Server 6.3 Administration Reference

Examples

The following example restores the messages from the file backupfile:


imsrestore -f backupfile

The following example restores the messages for joe from the file backupfile:


imsrestore -f backupfile /primary/user/joe

The following example lists the content of the file backupfile:


imsrestore -f backupfile -t

The following example renames users in the file mapfile:


imsrestore -m mapfile -f backupfile

where the mapfile format is oldname=newname:


userA=user1
userB=user2
userC=user3