Is it possible to backup database using rsync?

2005-11-28 Thread Harish
Hi everyone, I want to back up my database using log files. 1. Is it possible to backup database using rsync? 2. Can it copy redo log file which are open? 3. It has any special feature to handle redo log files of database while copying? Urgent help needed. regards Harish Naik -- To

GUI for rsync?

2005-11-27 Thread Harish
Hi, I am new to rsync. Here are my some doubts. I am using Red Hat Linux 8. 1. Is their any GUI for rsync? If there is a GUI for rsync please let me know. 2. While copying file does rsync locks that file? 3. Is it possible to copy open file with rsync? If yes, how how it does that? [ I

Help me with this Questiions

2005-11-23 Thread Harish
I would like to understand the capabilities of GNU rsync software / utility. This is used for syncing file systems / file level data across two systems. I specifically would like to know its capabilities in syncing files – 1) How does it replicate data changes to files – entire file or only t

Re: quick way to check that my local file system has NOT changed

2005-02-03 Thread Harish . Chakravarthy
Good question, I interested in knowing about possible options In the meantime, here is one way -  use find command with -newer attribute. -Harish - Message from israel Gold <[EMAIL PROTECTED]> on Wed, 02 Feb 2005 16:38:34 +0200 - To: rsync@lists.samba.org Subject: quick