Re: Question about suitability of rsync utility

2004-08-23 Thread Dan Pritts
In particular, each additional file means rsync needs more memory. If you find that you don't have enough memory (or that you start to swap!!) the easy solution is to split the rsync job into two or more pieces. If you've got any sort of directory hierarchy this should be simple. On Sun, Aug 2

Re: Anyone syncing database files?

2004-08-23 Thread Eric Whiting
You can do a hot backup by simply setting all the tablespaces in backup mode (alter tablespace 'BLAA' begin backup). Then you can rsync the database files and do an 'end backup' on each tablespace after. This will give you files that are consistient and the database will be recoverable from tho

Re: Anyone syncing database files?

2004-08-23 Thread Brian Cuttler
I second that. We backup Oracle on Solaris but we insist that the oracle is down. On Fri, Aug 20, 2004 at 10:48:20PM +0200, Jan-Benedict Glaw wrote: > On Fri, 2004-08-20 16:43:07 -0400, Loukinas, Jeremy <[EMAIL PROTECTED]> > wrote in message <[EMAIL PROTECTED]>: > > Anyone syncing say 18-20gb Ora