Hello,
I'm a student trying to get rsync working correctly on
my WinXP machine.
My rsync server works perfectly through cygwin.
BUT, when I try to add authentication, I get the message:
@ERROR auth failed on module Mobilesync
rsync connection unexpectedly closed (94 bytes read so far)
rsync error:
On Tue, Nov 25, 2003 at 03:30:53PM -0800, Pete Wenzel wrote:
> The rsync 2.5.6 TODO file mentions the need for hard link test cases.
> Here is one in which a linked file is unnecessarily transferred in full.
>
> # Setup initial directories
> mkdir src dest
> dd if=/dev/zero bs=1024 count=10
The rsync 2.5.6 TODO file mentions the need for hard link test cases.
Here is one in which a linked file is unnecessarily transferred in full.
# Setup initial directories
mkdir src dest
dd if=/dev/zero bs=1024 count=1 of=src/a 2>/dev/null
rsync -a src/. dest/.
ln src/a src/b
# At
On Tue, Nov 25, 2003 at 11:04:48PM +0200, Johan wrote:
> Hi,
> rsync version 2.5.6 protocol 26.used in mdk 9.2
> I have some difficulties..
> As user internet...in console..
> command...
> rsync -auvr /home/internet/tstrsync1/ /mnt/win_d/tstmdk1/ 1> auvr-me.txt 2>
> auvr-me.err
>
> results
On Tue, Nov 25, 2003 at 03:14:54PM +0100, Nazar Hassan wrote:
[reformatted -- please use shorter lines]
> Hello,
>
> I use rsync in the company to make a backup every 4 hours.
>
> but I would like to do in a way like this, that the rsync
> make a backup of the changed files until one mont
On Tue, Nov 25, 2003 at 11:44:54AM -0600, daniel wrote:
> >
> > On Tue, Nov 25, 2003 at 03:53:10AM -0600, daniel wrote:
> > > Thank you for clarifying the issue with regard to the fact that the
> > > exclude pattern is relative to the destination path.
You are welcome.
> >
> > No, it's relative
Hi,
rsync version 2.5.6 protocol 26.used in mdk 9.2
I have some difficulties..
As user internet...in console..
command...
rsync -auvr /home/internet/tstrsync1/ /mnt/win_d/tstmdk1/ 1> auvr-me.txt
2> auvr-me.err
results.
auvr-me.txt...
building file list ... done
<>
use-update
wrote 1179 byt
I've been following this list for several months, and
there has been discussion about ACL's, but I believe
that ACL's have NOT been included in rsync so far, and
especially not in version 2.5.5.
Based on the information you've given so far, I haven't
been able to reproduce your problem. I am able
Hi,
Testing if working
--
Johan
May this be a good day for learning
Registered Linux User #330034 - still learning
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
Nazar Hassan wrote on 25.11.2003 15:14:
Hello,
I use rsync in the company to make a backup every 4 hours.
but I would like to do in a way like this, that the rsync make a backup of the changed files until one month long.
EX:- file.bak.001 file.bak.002 .
This file will be to get alw
> Hello,
>
> I use rsync in the company to make a backup every 4 hours.
>
> but I would like to do in a way like this, that the rsync make a backup of
> the changed files until one month long.
>
> EX:- file.bak.001 file.bak.002 .
>
> This file will be to get always, and so i can get the all fi
>
> On Tue, Nov 25, 2003 at 03:53:10AM -0600, daniel wrote:
> > Thank you for clarifying the issue with regard to the fact that the
> > exclude pattern is relative to the destination path.
>
> No, it's relative to the root of the transfer -- i.e. the names that the
> two sides have in common.
>
On Tue, Nov 25, 2003 at 03:53:10AM -0600, daniel wrote:
> Thank you for clarifying the issue with regard to the fact that the
> exclude pattern is relative to the destination path.
No, it's relative to the root of the transfer -- i.e. the names that the
two sides have in common.
> The fact that:
I have 2 servers I'm keeping synch'ed via rsync
intel rh9 boxes with 2.4.20 kernel with xfs (1.3.0), acl, quota... and ootb
rsync 2.5.5 rpm
it works fine since a while
recently I created a directory with restricted access, and I get
"permission denied" error messages. this directory named RESTRIC
Hello,
I use rsync in the company to make a backup every 4 hours.
but I would like to do in a way like this, that the rsync make a backup of the changed
files until one month long.
EX:- file.bak.001 file.bak.002 .
This file will be to get always, and so i can get the all files unt
> Hi all,
>
> I am having *massive* problems trying to exclude a single directory from an rsync.
>
> I have serv1 and serv2. I am trying to rsync /foo/test from serv1 to /foo on serv2
> I want to exclude the directory /foo/test/dir1 So I try:
>
> rsync -av --exclude-from=/foo/rsync.exclude
On Mon, 2003-11-24 14:28:00 -0800, Brian <[EMAIL PROTECTED]>
wrote in message <[EMAIL PROTECTED]>:
> Hi,
> I get a "Local: Bad packet length 1349676916" when I try to use
> rsync-minimalist. I tried with the provided cygwin and with the latest
> cygwin.
That'll happen if you try to connec to a
On Tue, Nov 25, 2003 at 08:46:38AM +0100, Dirk Pape wrote:
> Hello Martin,
>
> Thanks for your fast answer to my problem. I am now happy to have a clear
> position from the developer of rsync (though I am not very happy with the
> position itself ;-).
>
> --Am Dienstag, 25. November 2003 12:14
Hello Martin,
Thanks for your fast answer to my problem. I am now happy to have a clear
position from the developer of rsync (though I am not very happy with the
position itself ;-).
--Am Dienstag, 25. November 2003 12:14 Uhr +1100 schrieb Martin Pool
<[EMAIL PROTECTED]>:
At the moment your o
On Tue, 25 Nov 2003, daniel <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I am having *massive* problems trying to exclude a single directory from an rsync.
>
> I have serv1 and serv2. I am trying to rsync /foo/test from serv1 to
> /foo on serv2 I want to exclude the directory /foo/test/dir1 So I
Hi,
...
> rsync -av --exclude=/foo/test/dir1/ /foo/test serv2:/foo
> and the exclude still does not work.
The following works:
rsync -av --exclude=/test/dir1/ /foo/test serv2:/foo
Why?
Because one should think the exclude pathnames are *relative* ones to
the destination directory.
In your c
21 matches
Mail list logo