Peter Kaldis
2012-03-15 21:17:26 UTC
Hi Folks, we're running Oracle Communications Messaging Exchange Server 7u4-20.01 and I'm trying to make copies of some user folders from one user to another for legal archiving purposes.
Lets say I have userA and userB. And userA folder structure looks like this:
user/userA/INBOX
user/userA/directory1
user/userA/directory1/msgfolder1
user/userA/directory1/msgfolder2
and I want to copy them over to this path:
user/userB/userA/
so that userB folder structure would look like this:
user/userB/userA/INBOX
user/userB/userA/directory1
user/userB/userA/directory1/msgfolder1
user/userB/userA/directory1/msgfolder2
I figured i'd use imsbackup/imsrestore to do this. So parsed through the docs and created a mapfile and put "userA=userB" in there, and ran the following command
imsbackup -g -f- /primary/user/userA/directory1 | imsrestore -f- -g -n -m /tmp/mapfile /user/userB/userA
but I end up with this instead:
user/userB/directory1
Is there a way to do this with imsbackup/imsrestore, or should I be using a different tool?
-Peter Kaldis
Lets say I have userA and userB. And userA folder structure looks like this:
user/userA/INBOX
user/userA/directory1
user/userA/directory1/msgfolder1
user/userA/directory1/msgfolder2
and I want to copy them over to this path:
user/userB/userA/
so that userB folder structure would look like this:
user/userB/userA/INBOX
user/userB/userA/directory1
user/userB/userA/directory1/msgfolder1
user/userB/userA/directory1/msgfolder2
I figured i'd use imsbackup/imsrestore to do this. So parsed through the docs and created a mapfile and put "userA=userB" in there, and ran the following command
imsbackup -g -f- /primary/user/userA/directory1 | imsrestore -f- -g -n -m /tmp/mapfile /user/userB/userA
but I end up with this instead:
user/userB/directory1
Is there a way to do this with imsbackup/imsrestore, or should I be using a different tool?
-Peter Kaldis