UNC path issue

2005-02-10 Thread Trey Nolen
stion to change directory first and then run the job, but I don't think that will work in this case. Does anyone have an idea of how to backup remote machines using cygwin without being logged in? Trey Nolen -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before

Re: remote files not being deleted

2004-02-26 Thread Trey Nolen
est due to copy-on-write and > fragmentation. Although it looks like my problem was caused by a path problem with 2.5.6 (I need to specify /. instead of / for the source), I'm interested in this memory issue. Is this file list created on the client side or the server side? Trey Nolen --

Re: remote files not being deleted

2004-02-26 Thread Trey Nolen
> > That lack of deletion is fixed in 2.6.0. You can work around the > problem by either getting rid of the -R option (you don't need it in > that particular command) or by specifying "/." instead of "/" as the > source of your copy. > That

remote files not being deleted

2004-02-25 Thread Trey Nolen
could run multiple jobs and do each directory separately, but that is less than optimal. This is occurring on SEVERAL computers. The client and server side are both Linux with ext3 filesystems. I have some client machines running rsync under Cywin, but I haven't checked to see if they have t

Re: Trouble rsyncing from Windows to Unix

2003-06-16 Thread Trey Nolen
n\bin\rsync.exe -aR -e c:\cygwin\bin\ssh.exe /cygdrive/d/user_dpl [EMAIL PROTECTED]:/raid/backups/dpllaptop Trey Nolen > > I'm using Cygwin on Windows which I just downloaded and I'm trying to set > up an rsync backup. I'm using an .bat script to copy the files, but it

Re: rsync and cygwin

2003-06-07 Thread Trey Nolen
uptime is great, and the performance has been fine. One other thing that might be important: This error happens *JUST* after building the file list. It is like the transfer doesn't work at all. It errors immediately as the transfer starts. Trey Nolen >> The error is this: >> >

Re: rsync and cygwin

2003-06-07 Thread Trey Nolen
uptime is great, and the performance has been fine. One other thing that might be important: This error happens *JUST* after building the file list. It is like the transfer doesn't work at all. It errors immediately as the transfer starts. Trey Nolen >> The error is this: >> >

rsync and cygwin

2003-06-07 Thread Trey Nolen
I had sent a message to the list earlier this week detailing an error message I am getting using rsync on Cygwin on Windows 2000. I have now duplicated the problem on another windows 2000 server. I have a third server on which the process works, so I don't really know what is going wrong. All thr

rsync and cygwin part II

2003-06-05 Thread Trey Nolen
et the error on different files depending on what I have excluded, but if I run the same command twice, I get the error in the exact same spot. Thanks in advance for any help. Trey Nolen -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://ww

Re: [rsync] Re: rsync and cygwin

2003-06-04 Thread Trey Nolen
night. :-) I thank everyone for their help! Trey Nolen > Michael, > > While I frequently run scheduled bash shell scripts via a bash.bat file as > you describe, I don't think it is necessary here... I think Trey can run > rsync.exe directly if he really wants to. > > I tes

Re: [rsync] Re: rsync and cygwin

2003-06-04 Thread Trey Nolen
night. :-) I thank everyone for their help! Trey Nolen > Michael, > > While I frequently run scheduled bash shell scripts via a bash.bat file as > you describe, I don't think it is necessary here... I think Trey can run > rsync.exe directly if he really wants to. > > I tes

Re: [rsync@b] Re: rsync and cygwin

2003-06-04 Thread Trey Nolen
> I think that a key part of the answer is to use /cygdrive/c instead of / or > \ to identify c:\ in a cygwin environment. > But can you do that if you are not running it from the Cygwin prompt? I didn't do that because we were starting it with the scheduler. Will that sti

Re: rsync and cygwin

2003-06-04 Thread Trey Nolen
That is with a - /* at the end of the excludes file (I was trying to exclude everything else). But, when that is removed, it matches everything under the cygwin directory (again matching cygwin's root as / ) and doesn't see the rest of our data. Trey Nolen > OK, sorry about tha

Re: rsync and cygwin

2003-06-04 Thread Trey Nolen
OK, sorry about that. When I do that, I get: building file list ... excluding directory / because of pattern /* done total: matches=0 tag_hits=0 false_alarms=0 data=0 Trey Nolen - Original Message - From: "jw schultz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Re: rsync and cygwin

2003-06-04 Thread Trey Nolen
If we do that, it backs up the cygwin directory (c:\cygwin being the root of the cygwin install) and not the root of c: (i.e. C:\ ). Trey Nolen - Original Message - From: "jw schultz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 6:13 PM

rsync and cygwin

2003-06-04 Thread Trey Nolen
.samba.org/pipermail/rsync/2003-March/010247.html but I haven't been able to resolve this so far. Can anyone shed some light on this for me? Trey Nolen -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html