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

Exclude again

2006-06-29 Thread Andrew Hodgson
Title: Exclude again Hi, I can't get the exclude in my Rsync statements to work quite right. I have: rsync -avz --delete-after --exclude-from=/cygdrive/d/exclude.job 10.1.1.11::ddrive /cygdrive/d/backup The exclude file contains: - /bin - /endofdaybin I want the directories above to be

RE: Rsyncing a very large directory tree (over 50,000 files)

2006-06-14 Thread Andrew Hodgson
-Original Message- From: Jamie Lokier [mailto:[EMAIL PROTECTED] Sent: 14 June 2006 19:43 To: Matt McCutchen Cc: Andrew Hodgson; rsync@lists.samba.org Subject: Re: Rsyncing a very large directory tree (over 50,000 files) >Matt McCutchen wrote: >> Yes, rsync will send the comp

Rsyncing a very large directory tree (over 50,000 files)

2006-06-14 Thread Andrew Hodgson
Hi,   I need to rsync a very large directory tree (over 50,000 files).  This is not a regular job, after the initial rsync is done, I can do a nightly rsync and only a few files will change.   Is there anything I need to be aware of before doing this?  I started the script this morning,