Re: bug? rsync counts inaccesible file as being transferred

2009-08-14 Thread Wayne Davison
On Fri, Aug 07, 2009 at 10:33:24AM +0200, devz...@web.de wrote: > with --stats, shouldn`t we differ between "number of files > transferred" and "number of files failed" ? Yes, it would be nice to fix this in the stats. Feel free to send the list a patch. ..wayne.. -- Please use reply-all for mo

Re: rsync speedup - how ?

2009-08-14 Thread Wayne Davison
On Thu, Aug 06, 2009 at 08:15:39PM +0200, devz...@web.de wrote: > i read that rsync would be not very efficient with ultra-large files > (i`m syncing files with up to 80gb size) Things to try: - Be sure you're using rsync 3.x, as it has a better hash algorithm for the large numbers of checksum

Re: --delete flag not working on cygwin rsync

2009-08-14 Thread Wayne Davison
On Tue, Aug 04, 2009 at 03:10:20PM -0400, Sharad K wrote: > Everything works fine except the --delete flag. Does rsync output a warning about an I/O error, saying it is disabling deletes? You can use --force if you're sure you want rsync to override that. You might also try using --dry-run to se

Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-14 Thread Wayne Davison
On Fri, Aug 14, 2009 at 01:03:35PM +0300, alex.vladule...@csteam.ro wrote: > ls -l /home/webmaster/domains/csteam.ro > lrwxrwxrwx 1 root root 31 2009-07-28 21:47 > /home/webmaster/domains/csteam.ro -> /home/csteam/domains/csteam.ro/ Right. That can't work unless you set "use chroot = false" since

DO NOT REPLY [Bug 6636] Deallocation of a pointer not malloced

2009-08-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6636 way...@samba.org changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2 from way.

DO NOT REPLY [Bug 6636] Deallocation of a pointer not malloced

2009-08-14 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6636 --- Comment #1 from way...@samba.org 2009-08-14 09:10 CST --- Created an attachment (id=4559) --> (https://bugzilla.samba.org/attachment.cgi?id=4559&action=view) Fix a bogus free() in uncache_tmp_xattrs() This patch corrects the free()

Fwd: Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-14 Thread alex.vladulescu
Ok it's now Solved ! In spite of trying all day long to figure it out what's wrong in my sintax i could find, ...using a pencile and a pice of paper, combining all commands parameters invoked so far and, came to the conclusion that -L does not stand with -l , think that i couldn't find in any do

Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-14 Thread alex.vladulescu
So it look like this : ls -l /home/webmaster/domains/csteam.ro lrwxrwxrwx 1 root root 31 2009-07-28 21:47 /home/webmaster/domains/csteam.ro -> /home/csteam/domains/csteam.ro/ and panel:/home# ls -l /home/webmaster/domains/csteam.ro/ total 20 drwx-- 2 csteam csteam 4096 2009-08-14 00:10 l

Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-14 Thread Paul Slootman
On Fri 14 Aug 2009, alex.vladule...@csteam.ro wrote: > r...@ph:~# rsync -vrulLpHEtzhi4og --copy-unsafe-links --del > rsync://r...@10.99.1.1:/home/ /home > receiving incremental file list > symlink has no referent: "/webmaster/domains/csteam.ro" (in home) So what does that symlink look like on the

Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-14 Thread alex.vladulescu
Dig this : @ master : cat /etc/scripts/rsync/rsyncd.conf #global use chroot = true uid = root gid = root max connections = 0 timeout = 600 read only = no [home] path = /home/ [all] path = / date Fri Aug 14 12:26:12 EEST 2009 /etc/init.d/rsync restart Restarting rsync daemon: rsync. @ slave

Re: rsyncd.conf chroot yes problem with symlink-ing

2009-08-14 Thread Paul Slootman
On Fri 14 Aug 2009, alex.vladule...@csteam.ro wrote: > > Ok, so far the googlein' got > me this : http://lists.samba.org/archive/rsync/2009-July/023532.html but it > does't helps me, because the issue was that he didn't use in the config > "use chroot = yes", which is not my case as you can see,

rsyncd.conf chroot yes problem with symlink-ing

2009-08-14 Thread alex.vladulescu
Hy there, My name is Alex Vladulescu, and i found this very interesting tool for backup files and folders over remote network servers. For the past four days i have been reading the FAQ on the site, google-ing the web for some answers on my local problem, but i am very stuck, nothing seems t