Re: avoid rsync deleting vanished files on receiver

2009-10-23 Thread Carlos Carvalho
Hans-Christian Jehg (h...@jehg.dk) wrote on 23 October 2009 17:32: >The circumstance where this happens is now known, it is when requests >to the shared in files returns "permission denied" from the file >server... [snip] >I am not at all sure where it goes wrong, but in the end the result is

differences between 3.0.6 and 3.1

2009-10-23 Thread Carlos Carvalho
The 3.1 manual says in the description of --human-readable: Backward compatibility note: versions of rsync prior to 3.1.0 do not support human-readable level 1, and they default to level 0. Thus, specifying one or two -h options behaves the same in old and new ver

bugs in version 3.1

2009-10-23 Thread Carlos Carvalho
I'm having two problems. The first is that when running with --files-from and -ii unmodified files are not put in the log. --out-format=%-14b %C %-14l %i %B %M %f All that appears in the log is Number of files: 0 Number of created files: 0 Number of regular files transferred: 0 Total file size: 0

Re: avoid rsync deleting vanished files on receiver

2009-10-23 Thread Hans-Christian Jehg
Hello Again The circumstance where this happens is now known, it is when requests to the shared in files returns "permission denied" from the file server... H.. Any ideas on how to avoid "permission denied" files ? Would delete-delayed do the trick, do you think ? Thanks in advance

Re: hard links on samba shares

2009-10-23 Thread Matt McCutchen
On Fri, 2009-10-23 at 11:31 +0200, Paul Slootman wrote: > On Fri 23 Oct 2009, Matt McCutchen wrote: > > On Fri, 2009-10-23 at 09:15 +0200, Riccardo Iaconelli wrote: > > > > > > [r...@popper linksys]# rsync -avz --hard-links test/ test2/ > > > sending incremental file list > > > ./ > > > file1 > >

Re: hard links on samba shares

2009-10-23 Thread Paul Slootman
On Fri 23 Oct 2009, Matt McCutchen wrote: > On Fri, 2009-10-23 at 09:15 +0200, Riccardo Iaconelli wrote: > > > > [r...@popper linksys]# rsync -avz --hard-links test/ test2/ > > sending incremental file list > > ./ > > file1 > > file2 > > Is this a bug or just samba being not reliable for hard lin

Re: hard links on samba shares

2009-10-23 Thread Matt McCutchen
On Fri, 2009-10-23 at 09:15 +0200, Riccardo Iaconelli wrote: > I'm encountering a bug with samba shares, rsync and hard links. I was trying > to investigate why on my "linksys" samba share i wouldn't get any hard link > transferred and rsyncs to it would take forever. To keep a long story short,

hard links on samba shares

2009-10-23 Thread Riccardo Iaconelli
Hello! I'm encountering a bug with samba shares, rsync and hard links. I was trying to investigate why on my "linksys" samba share i wouldn't get any hard link transferred and rsyncs to it would take forever. To keep a long story short, here's the output of the command, which should be pretty ex