Sun Java System Messaging Server 6 2005Q4 Administration Reference

Examples

The following example backs up the entire message store to /dev/rmt/0:


imsbackup -f /dev/rmt/0 /

The following backs up the mailboxes of user ID joe to /dev/rmt/0:


imsbackup -f /dev/rmt/0 /primary/user/joe

The following example backs up all the mailboxes of all the users defined in the backup group groupA to backupfile:


imsbackup -f- /primary/groupA > backupfile