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.....
> auvr-me.txt...
> building file list ... done
> <<snip>>
> use-update
> wrote 1179 bytes  read 132 bytes  2622.00 bytes/sec
> total size is 672  speedup is 0.51
> **
> auvr-me.err...
> chown . : Operation not permitted
> <<snip>>
> mkstemp .use-update.a4KTWQ failed: Operation not permitted
> chown . : Operation not permitted
> rsync error: some files could not be transferred (code 23) at 
> main.c(620)
>  In destination dir..no files.
> Have permission to write in dest dir.
> In man rsync....... does not require root privileges
> Please...I am at a loss here..Kindly some pointers.

Let me guess, /mnt/win_d is a FAT* (MS-windows) filesystem.
FAT filesystems don't support POSIX semantics.  You need to
eliminate the options that require POSIX semantics so
instead of -auvr (equivalent of -rlptgoDuvr) use -rtuv and
you will want to add the --modify-window=1 option.


-- 
________________________________________________________________
        J.W. Schultz            Pegasystems Technologies
        email address:          [EMAIL PROTECTED]

                Remember Cernan and Schmitt
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to