Page 1 of 1

sxmboxexp of user, restore to public folder

Posted: Wed May 20, 2020 6:13 am
by f1outsourcing
Howto restore a sxmboxexp backup of a user to a public folder.

Re: sxmboxexp of user, restore to public folder

Posted: Fri May 22, 2020 3:32 am
by ScalixSupport
Hello,

Follow following tricks to restore public folder
To restore a single Public Folder and produce a listing of the messages
in that folder (use sxmboxlist -a /backup/public.folders to obtain the
folder-id):

Code: Select all

sxmboximp -a /backup/public.folders -v msg -f F-0001833425


To restore two public folders (with subfolders) to a public folder
named "Restored Items":

Code: Select all

sxmboximp -a /backup/public.folders -s -f F-0001833425 \ -f F-0001839874 --target "Restored Items"


for more details see in man page

Code: Select all

# man sxmboximp