Re: passing rsyncd password in a script (no ssh) - how?

2007-01-10 Thread Wojtek.Pilorz
On Wed, 10 Jan 2007, Eberhard Moenkeberg wrote: > Date: Wed, 10 Jan 2007 23:42:46 +0100 (CET) > From: Eberhard Moenkeberg <[EMAIL PROTECTED]> > To: rsync@lists.samba.org > Subject: Re: passing rsyncd password in a script (no ssh) - how? > > Hi, > > On Wed, 10 Jan 2007, Matt McCutchen wrote: > >

Re: passing rsyncd password in a script (no ssh) - how?

2007-01-10 Thread Wojtek.Pilorz
On Wed, 10 Jan 2007, Matt McCutchen wrote: > Date: Wed, 10 Jan 2007 17:35:55 -0500 > From: Matt McCutchen <[EMAIL PROTECTED]> > To: Wojtek.Pilorz <[EMAIL PROTECTED]> > Cc: Tomasz Chmielewski <[EMAIL PROTECTED]>, rsync@lists.samba.org > Subject: Re: passing rsyncd password in a script (no ssh) - ho

RE: rsync over smb share

2007-01-10 Thread Tony Abernethy
The modify-window switch (actually 1 is supposed to be enough) is because DOS cannot store odd seconds and an even number and an odd number are never the same number. If I am understanding you right, the ssh should NOT be there. (flames invited if I'm wrong) You are rsyncing from a local source to

Re: passing rsyncd password in a script (no ssh) - how?

2007-01-10 Thread Eberhard Moenkeberg
Hi, On Wed, 10 Jan 2007, Matt McCutchen wrote: > On 1/10/07, Wojtek.Pilorz <[EMAIL PROTECTED]> wrote: > > secret_pass would no longer be secret on most systems; > > Consider using --password-file instead. > > I doubt that environment variables are readable by others "on most > systems". On my L

Re: passing rsyncd password in a script (no ssh) - how?

2007-01-10 Thread Matt McCutchen
On 1/10/07, Wojtek.Pilorz <[EMAIL PROTECTED]> wrote: secret_pass would no longer be secret on most systems; Consider using --password-file instead. I doubt that environment variables are readable by others "on most systems". On my Linux 2.6.18 system, a process's environment variables are only

Re: rsync over smb share

2007-01-10 Thread Robert Fitzpatrick
> > I have a FreeBSD unix server that I want to backup to a USB drive > > attached to a Windows 2000 server. I mount the smb share on the Unix > > server and then try to rsync from the source directory to the mounted > > directory, but it syncs all files every time. Can someone suggest if > > this

Re: apache log backups

2007-01-10 Thread Darxus
On 01/09, Wayne Davison wrote: > > example, www.chaosreigns.com-access.log.196.gz on the origin is the same > > file as www.chaosreigns.com-access.log.186.gz on the destination, so > The --fuzzy option might help, but only if the filenames that moved > don't already exist. Rsync expects that an e

Re: passing rsyncd password in a script (no ssh) - how?

2007-01-10 Thread Wojtek.Pilorz
On Wed, 10 Jan 2007, Tomasz Chmielewski wrote: > Date: Wed, 10 Jan 2007 12:48:22 +0100 > From: Tomasz Chmielewski <[EMAIL PROTECTED]> > Cc: rsync@lists.samba.org > Subject: Re: passing rsyncd password in a script (no ssh) - how? > > Tomasz Chmielewski wrote: > > I want to transfer files from a Wi

Re: passing rsyncd password in a script (no ssh) - how?

2007-01-10 Thread Tomasz Chmielewski
Tomasz Chmielewski wrote: Tomasz Chmielewski wrote: I want to transfer files from a Windows server running rsyncd to a local Linux machine. It has no SSH, so I can't use keys. (...) What is the recommended way to copy files from a (password-protected) rsyncd server in a script? Looks like

Re: passing rsyncd password in a script (no ssh) - how?

2007-01-10 Thread Tomasz Chmielewski
Tomasz Chmielewski wrote: I want to transfer files from a Windows server running rsyncd to a local Linux machine. It has no SSH, so I can't use keys. (...) What is the recommended way to copy files from a (password-protected) rsyncd server in a script? Looks like I should use: export RSYNC

passing rsyncd password in a script (no ssh) - how?

2007-01-10 Thread Tomasz Chmielewski
I want to transfer files from a Windows server running rsyncd to a local Linux machine. It has no SSH, so I can't use keys. I need credentials to access files on the rsyncd server, so I thought using "expect" to pass a password in a script is the obvious choice: /usr/bin/expect

Re: strange file sizes in log

2007-01-10 Thread Julian Pace Ross
Yep agreed, but I am saying that I get: "2007/01/08 18:24:24 [30153] sent 22485 bytes received 27427 bytes total size 68937712" on the daemon logs after pushing 68 Megs to an empty directory on the daemon side. - Original Message - From: "Matt McCutchen" <[EMAIL PROTECTED]> To: "J