RE: Backup Exchange mailboxes using rsync

2006-08-08 Thread Craig Hammond
I do an offline copy of the exchange database, but (as you indicated) as it can be tricky to use on another server, as seconday backup I use EXMERGE to extract everyones mailbox to a PST file. I then rsync the PST files. It has some limitations, but it works ok as a secondary backup. I've used EX

Re: Backup Exchange mailboxes using rsync

2006-08-08 Thread milutin
Hi, Its /IS flag The easy why to create the ntbackup command is to schedule backup using the GUI. Then copy the cmd command form "Scheduled Tasks" properties. You can restore using the GUI. Full ntbackup documentation can be found here: http://www.nasbackup.com/index.php?name=Web_Links&req=vi

Re: Backup Exchange mailboxes using rsync

2006-08-08 Thread Reuben Pearse
Thanks for that. It sounds like the ntbackup option is the best as it will truncate the log files. Do you have some examples of the ntbackup scripts that you use to backup the mailboxes. The next questions is, what is the procedure for getting the mailboxes back onto the Exchange server if i

RE: Backup Exchange mailboxes using rsync

2006-08-03 Thread Andrew Hodgson
Title: RE: Backup Exchange mailboxes using rsync Hi, I am not an Exchange expert, so I may have it totally wrong, but what I do is to have the ntbackup doing an online Exchange backup, then rsync this to another server over SSH.  If you do a rsync of the Exchange DB, you would have to do an

Re: Backup Exchange mailboxes using rsync

2006-08-03 Thread milutin
Hello Reuben, Exchange database files are lock. You have several options. 1) The easy one is to backup exchange to the local disk using ntbackup and then the rsync the backup file. 2) Stop Exchange, rsync the files and then start it. The drawback is that you will have dowm time. Th