open files

Tarun Karra tarun820 at yahoo.com
Fri Feb 20 16:16:46 GMT 2004


hi,
 
1) yes iam talking about the suggested "braindamaged windows OS(2000)". Iam trying to mount the drive from windows to linux and do a local rsync between mounted folder and a local folder. 
2) What happens when my mounted folder contains a "OPEN FILE" Does rsync ignore it or does rysnc crash.
3) Also what additonal considerations should we take when we are backing up from windows to a linux machine.
 
jason::
Win32 backup semantics : what are these?????
Jim::
>I don't currently know of any good way to test which files are only write-locked >during use and which files are completely locked during use other than by just trying >a copy operation and seeing if it works.
There is a utility called filemon at www.sysinternals.com if you wanna see all the openfiles and all the process that have locks on a file.
 
There is a openfile manager form www.stbernard.com that when installed on windows machine allowes you to backup the open files. But its costly and i wanted to know if there is any opensource alternative out there, if not does any one have insight into how it works ? wouldnt it be good to have rysnc backup open files too, now that we cannot avoid using shit (w*n***s).
 
thanx for the help
tarun
 
 

 

 

Jim Salter <jim at jrssystems.net> wrote:
::coughs::

Another way of phrasing that would be to say "If your OS prevents open 
files from being accessed normally, you need to deal with that at the OS 
level."

And in case you were wondering, yes, Windows is a "brain-damaged" OS in 
that regard (and many others, but I digress). Under Windows, rsync will 
successfully back up any file which you could make a regular copy of 
using a simple drag-and-drop, but will fail to back up any file you 
could not make a copy of using a simple drag-and-drop. This means that 
enormous chunks of your system directory and various program directories 
*will not* successfully backup using rsync unless you've done something 
special and non-rsync-related to Windows itself to make it quit behaving 
badly in that respect.

I don't currently know of any good way to test which files are only 
write-locked during use and which files are completely locked during use 
other than by just trying a copy operation and seeing if it works.

If that behavior doesn't suit you, your options are basically 1. switch 
to an OS that allows the root user to have root access, 2. spend $500 or 
more for a commercial backup utility that gets around Windows' odd 
file-locking behavior, or 3. make Microsoft redesign their OS.

Option 1 seemed like the easiest and most reliable to implement on my 
end, but YMMV. :)

> On Thu, Feb 19, 2004 at 07:40:14PM -0800, Tarun Karra wrote:
> 
>>hi guyz,
>> 
>>One simple question. What does rsync do when it encounters open files.
>>Do we have to use open file manager(like st bernard) to back up open files or is there any open source open file manager or can rsync backup open files by itself.
> 
> 
> Rsync is a POSIX/SUS compliant utility. It doesn't know
> from open files. I assume you are speaking from the context
> of some brain-damaged single-user OS that doesn't allow
> files to be opened by multiple processes simultaniously.
> 

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

---------------------------------
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.


More information about the rsync mailing list