2

I'm indexing and storing the journalled e-mails from several exchange accounts. But I would like to be able to also have the exchange directory structures synced (on like 1 time a day).

I do have access to install something / create a local solution on the exchange server. Maybe someone could give me some pointers.

Floris
  • 299
  • 3
  • 17
  • I think you have to specify what you really need. It seems like you are asking simply how to backup some folders. What is so special here? – rubo77 Mar 26 '14 at 16:30
  • Well I'm looking for a solution which allow me to get the folderstructure in my application (where I receive the journaled emails). Is anything like EWS a solution? It needs to be as lightweight / fast as possible ofcourse. – Floris Mar 27 '14 at 10:02

1 Answers1

0

Yes, try Backup using the EWS (Exchange Web Service). (see http://www.symantec.com/business/support/index?page=content&id=HOWTO73792 )

or Backup Exchange Server 2010 With Windows Server Backup

Additionally to be safe you should backup the filesystem folders incrementally with a tool like rsnapshot

rubo77
  • 19,527
  • 31
  • 134
  • 226
  • I'm kind of more looking for a way to just export an array of like the folders (which would contain an array of uniquemessageID's per folder). – Floris Mar 25 '14 at 08:49