Re: Rsync from a third host?

2008-11-04 Thread Matt McCutchen
On Tue, 2008-11-04 at 14:33 -0500, Warren Oates wrote: > On Tue, Nov 4, 2008 at 11:23 AM, kbrault <[EMAIL PROTECTED]> wrote: > > > Now if I can just figure out how to stop it from prompting me for a password > > every time. > > -- > > You'll have to use an expect script for that, something like t

Re: Rsync from a third host?

2008-11-04 Thread Warren Oates
On Tue, Nov 4, 2008 at 2:33 PM, Warren Oates <[EMAIL PROTECTED]> wrote: > You'll have to use an expect script for that, something like this one: > > #!/usr/bin/expect -f > > ## Note: set crontab's $PATH to search /usr/local/bin (or wherever > you've installed rsync 3) first > spawn rsync -az --

Re: Rsync from a third host?

2008-11-04 Thread Warren Oates
On Tue, Nov 4, 2008 at 11:23 AM, kbrault <[EMAIL PROTECTED]> wrote: > Now if I can just figure out how to stop it from prompting me for a password > every time. > -- You'll have to use an expect script for that, something like this one: #!/usr/bin/expect -f ## Note: set crontab's $PATH to s

Behaviour of /./ in from file on version 3.0.4

2008-11-04 Thread Leon Vanderploeg
Greetings, I am using cygwin/rsync to backup windows data to a linux server. I recently upgraded an implementation of rsync from 2.6.8 to 3.0.4 and have encountered a problem. In the previous version of rsync a /./ in the from file would cause the previous path information to be dropped for the

DO NOT REPLY [Bug 5811] rsync error: error allocating core memory buffers (code 22) at io.c(635)

2008-11-04 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5811 --- Comment #8 from [EMAIL PROTECTED] 2008-11-04 11:34 CST --- btw. the first initial run was done with rsync 3.0.4 on that debian from ext2 fs to ntfs-3g fs, which is now residing in a windows 2003 r2 and accessed with cygwin 1.7 cygdr

DO NOT REPLY [Bug 5811] rsync error: error allocating core memory buffers (code 22) at io.c(635)

2008-11-04 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5811 [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

DO NOT REPLY [Bug 5811] rsync error: error allocating core memory buffers (code 22) at io.c(635)

2008-11-04 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5811 --- Comment #6 from [EMAIL PROTECTED] 2008-11-04 10:55 CST --- some more observations on this error. I actually got sync error: error allocating core memory buffers (code 22) at io.c(632) [sender=3.0.4] with 3.0.4 on debian and 3.0.4 o

Re: Rsync from a third host?

2008-11-04 Thread kbrault
I got it I had to update rsync from 3.0.2 to 3.0.4 to get "--protocol=29" to work! Thanks everyone! Now if I can just figure out how to stop it from prompting me for a password every time. -- View this message in context: http://www.nabble.com/Rsync-from-a-third-host--tp20297112p20325596