Displaying 2 results from an estimated 2 matches for "syncdir".
Did you mean:
sync_dir
2002 Jul 09
0
Error 23
I am using rsync with Mac OS X. I am trying to
setup the following script written by Mike Bombich:
# and "args".
# This script can be run from the cron whenever.
## Indicate the directories that should be
synchronized
# Encode the spaces with "%space"
#set syncDirs = (.hidden Applications
Applications%space(Mac%spaceOS%space9)
System System%spaceFolder Library usr bin sbin
mach_kernel private)
set syncDirs = ( Applications )
# Determine if script was run by root
set user = `whoami`
if ( $user != root ) then
echo "You must run this script as root, else...
2008 Aug 21
2
Partial Transfer Problem
...3.0.3. What am I doing wrong?
"C:\Program Files\cwRsyncServer\bin\rsync.exe" ^
--max-size=75m-1 ^
--recursive ^
--times ^
--partial-dir=.rsync-partial ^
--timeout=160 ^
--contimeout=160 ^
--log-file=./rsync.log ^
--delete ^
--include=*.zip ^
--exclude=/*.* ^
--progress ^
10.1.1.1::Sync/SyncDir ^
/cygdrive/e/SyncDir
Thank you in advance.
- Kyle