Hi,

If you experience problems with permissions, make sure that your subdirectories 
inherit their permissions from the parent directory and you start rsync from a batch 
file where you set CYGWIN environment variable to nontsec. Example : 


      @echo off
      set CYGWIN=nontsec

      cd C:\Program Files\cwRsync

      echo -------------------------------- >> "C:\Program Files\cwRsync\rsync.log"
      date /T >> "C:\Program Files\cwRsync\rsync.log"
      time /T >> "C:\Program Files\cwRsync\rsync.log"

      rsync.exe --verbose --recursive --delete /cygdrive/d/xxxxx/xxxxxxx 
xxx.xxx.xxx.xxx::test >> "C:\Program Files\cwRsync\rsync.log"
     


I would also like to inform that I updated my cwRsync package with the latest rsync 
binary (2.5.7). http://itefix.no/cwrsync

Rgrds Tev
--
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