rsync - some issues - as ordinary user

jw schultz jw at pegasys.ws
Wed Nov 26 10:25:58 EST 2003


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:		jw at pegasys.ws

		Remember Cernan and Schmitt



More information about the rsync mailing list