Displaying 1 result from an estimated 1 matches for "rsync_hom".
Did you mean:
  rsync_home
  
2015 Nov 24
2
why rsync update large directory so slow?
...secrets file = etc/user.pass
list = no
ignore errors
 ------------------------------------------------------------------------------------------------------
  
 client bat script:
 ------------------------------------------------------------------------------------------------------
 @echo off
 set RSYNC_HOME="c:\Program Files (x86)\cwRsync\bin\"
cd /d %RSYNC_HOME%
 :: Source root directory
set src_dir=rsync://admin at 10.160.27.48:8730/d_hst
 :: Destination root directory
set dst_dir=/cygdrive/e/filetest
 :: Make sure path without space
set pwd_file="/cygdrive/c/user.pass"
 :: Log...