Rsync 2.6.9 does not skip any files based on modification time

2008-02-07 Thread Stefan Malte Schumacher
Hi I am trying to rsync some ghost images from a windows client running Windows XP to my Linux server. The problem is that rsync sends the complete files again even if nothing changed on the client side. The only way to avoid this is to use the "-c"-option but this takes nearly as long as uploadin

Re: Rsync 2.6.9 does not skip any files based on modification time

2008-02-08 Thread Stefan Malte Schumacher
> > > Hmm, it does seem that Stefan is missing the -t option. > As I basically always do "-a", I overlooked this. > Hello guys Thanks for the quick replies. I just added the -tO option as well as the -i option. The output looks this way : After this rsync complains that it cannot set file names

Re: Rsync 2.6.9 does not skip any files based on modification time

2008-02-09 Thread Stefan Malte Schumacher
> > > How is rsync rejecting it? "File has vanished"? If so, see this > message: > > http://lists.samba.org/archive/rsync/2008-January/019696.html > > Matt rsync outputs the following : building file list ... rsync: link_stat "/cygdrive/E/B\#302\#263cher " failed: No such file or directory (2

Re: Rsync 2.6.9 does not skip any files based on modification time

2008-02-09 Thread Stefan Malte Schumacher
> > It seems that the problem are not only the spaces but the Umlaute in the > filename. I renamed the folder from "Bücher & Comics" to "Bücher", but the > error message stays the same. I have read the link from Matt but the > codepage for non-unicode apps was already set to german. FYI : I am alre

Re: Rsync 2.6.9 does not skip any files based on modification time

2008-02-12 Thread Stefan Malte Schumacher
> > > Good. Then my guess is that there's some weirdness in the hacked > Cygwin's handling of command-line arguments. As a workaround, you could > try using --files-from instead of putting the path on the command line. > > Hmm, it seems I need help again. I am calling again rsync with the followi

Re: Rsync 2.6.9 does not skip any files based on modification time

2008-02-16 Thread Stefan Malte Schumacher
> > > rsync -rvtO --del --files-from=/cygdrive/C/Programme/cwRsync/rsync.txt > \ --modify-window=3 / [EMAIL PROTECTED]::Backup > > > How should I list E:\Bücher & Comics in rsync.txt ? > > As /cygdrive/E/Bücher & Comics or should I just use single or double > > quotes ? > > As you said. rsyn