On Wed, Oct 01, 2003 at 05:17:07AM +, Payal Rathod wrote:
> On Tue, Sep 30, 2003 at 12:43:24PM -0700, jw schultz wrote:
> Thanks a lot for the excellent mail. Forgive for an additional copy to
> you since this might go OT any moment.
>
> > If all you care about is copying: scp. If you don't c
On Wed, Oct 01, 2003 at 05:12:18AM +, Payal Rathod wrote:
> On Tue, Sep 30, 2003 at 03:53:37PM -0400, Ron DuFresne wrote:
> > You then have two choices, well, perhaps one;
> >
> > rsh and it's issues to combat
> >
> > or running in deamon mode as root and connecting to the deamon as root.
> >
On Tue, Sep 30, 2003 at 12:43:24PM -0700, jw schultz wrote:
Thanks a lot for the excellent mail. Forgive for an additional copy to
you since this might go OT any moment.
> If all you care about is copying: scp. If you don't care
Ok, I want to overwrite already existing files too.
> about securi
On Tue, Sep 30, 2003 at 03:53:37PM -0400, Ron DuFresne wrote:
> You then have two choices, well, perhaps one;
>
> rsh and it's issues to combat
>
> or running in deamon mode as root and connecting to the deamon as root.
>
> Both seem ugly to me. Of course, if you have enough control of the
> '
> It does seem curious that the two vfat
> filesystems are reporting the names differently.
The FAT longname stores the case used when the file is created as it,
but allows either case to match it on open. If you have already existing
filesystems where one has "Foo" and the other has "foo", then
On Wed, Oct 01, 2003 at 12:09:04PM +1000, Martin Pool wrote:
> [EMAIL PROTECTED] is a better forum]
>
> On 30 Sep 2003, [EMAIL PROTECTED] wrote:
> > Question-
> > I have a solaris 9 sunray server... I install rsync-2.5.6 on
> > the solaris an older version is on the linux (crossover
> > server
On Tue, Sep 30, 2003 at 10:26:40PM -0400, John R. LoVerso wrote:
> > This is a mount option issue.
> > Don't mount with posix enabled.
>
> Did you try that?
>
> FWIW, I'm not using the "posix" option to the vfat fs. It would have
> solved my problem, but it doesn't work consisitently. I did try
> This is a mount option issue.
> Don't mount with posix enabled.
Did you try that?
FWIW, I'm not using the "posix" option to the vfat fs. It would have
solved my problem, but it doesn't work consisitently. I did try it:
posix Allow two files with names that only differ in case.
The
[EMAIL PROTECTED] is a better forum]
On 30 Sep 2003, [EMAIL PROTECTED] wrote:
> > On 29 Sep 2003, [EMAIL PROTECTED] wrote:
> > > Please help...
> > >
> > > I lock myself out of one of my server... I was testing
> > > the rsync -p -e /etc/passwd from my server to another
> > > server...
> > > and
On Tue, Sep 30, 2003 at 06:36:54PM -0400, John R. LoVerso wrote:
> I have two DOS filesystems mounted on Linux as "vfat" which I want to rsync.
> (They are on flash cards, so that they are also small). rsync gets tricked
> because the filesystem treats names differing in only case as the same.
> T
I have two DOS filesystems mounted on Linux as "vfat" which I want to rsync.
(They are on flash cards, so that they are also small). rsync gets tricked
because the filesystem treats names differing in only case as the same.
Thus, when it tries to sync "FOO123" with "foO123", it copies over the
"ne
You then have two choices, well, perhaps one;
rsh and it's issues to combat
or running in deamon mode as root and connecting to the deamon as root.
Both seem ugly to me. Of course, if you have enough control of the
'network' and can make sure it's not 'internet' bound and exposed, this
can be
On Tue, Sep 30, 2003 at 07:23:58PM +, Payal Rathod wrote:
> On Tue, Sep 30, 2003 at 03:15:42PM -0400, Ron DuFresne wrote:
> > don't invlove the network levels, this is merely a filesystem to
> > filesystem 'copy', with permission ,ownership retention. the ley is to
> > do this uder an accoun
On Tue, Sep 30, 2003 at 03:15:42PM -0400, Ron DuFresne wrote:
> don't invlove the network levels, this is merely a filesystem to
> filesystem 'copy', with permission ,ownership retention. the ley is to
> do this uder an account with the proper perms to read the filesystem
> totally and use the
don't invlove the network levels, this is merely a filesystem to
filesystem 'copy', with permission ,ownership retention. the ley is to
do this uder an account with the proper perms to read the filesystem
totally and use the proper rsync capabilities. This means as root under
a unix like OS a
On Tue, Sep 30, 2003 at 09:02:29AM -0700, Wayne Davison wrote:
> On Tue, Sep 30, 2003 at 07:20:42PM +0530, Payal Rathod wrote:
> > $ rsync --password-file=pass -e ssh -av legal.txt [EMAIL PROTECTED]:/home/accounts
> > [EMAIL PROTECTED]'s password:
>
> Please refer to the ssh documention for how to
The password is related to a rsync server,
when you communicate through the rsync port:
grep rsync /etc/services
rsync 873/tcp # rsync
rsync 873/udp # rsync
the authentication therefore is done against the rsync serverpassword.
Yo wanted to "fil
On Tue, Sep 30, 2003 at 07:20:42PM +0530, Payal Rathod wrote:
> $ rsync --password-file=pass -e ssh -av legal.txt [EMAIL PROTECTED]:/home/accounts
> [EMAIL PROTECTED]'s password:
Please refer to the ssh documention for how to setup ssh connections
without being prompted (rsync does not do this for
First;
The file should not need nor be set execuatable. It's a test file as
far as rsync should be concerned. Now as to why it fails, that is
another issue and others that know the code will have to answer that.
Thanks,
Ron DuFresne
Payal Rathod wrote:
Hi,
I want to use rsync from a script
OK. I got the rsync CVS code and compiled under Linux.
That did the job, but only with --no-whole-file because of the local
transfer.
I then tried to read-batch... under Windows / Cygwin with the current Cygwin
rsync.
That didn't work - as expected.
After compiling again under cygwin it worked!
I'm traveling right now, so it may be a couple days before I can give
answers to this. I'm also trying to get access to a system with a
compiler set up on it to save some time as well.
Thanks!
On Sunday, September 28, 2003, at 09:58 PM, jw schultz wrote:
On Sun, Sep 28, 2003 at 02:20:20PM -04
Hi,
I want to use rsync from a script. Before that I am trying it from
command line. I use it as,
$ rsync --password-file=pass -e ssh -av legal.txt [EMAIL PROTECTED]:/home/accounts
[EMAIL PROTECTED]'s password:
I don't want to be prompted for password.
$ ls -l pass
-rwx--1 payalpayal
22 matches
Mail list logo