Searched refs:RSYNC (Results 1 - 25 of 37) sorted by path

12

/macosx-10.9.5/CPAN-52/
H A DGNUmakefile31 RSYNC = rsync -rlpt macro
41 RSYNC += --exclude=OBJROOT
45 RSYNC += --exclude=SYMROOT
/macosx-10.9.5/apache-786.1/httpd/
H A Dconfigure776 RSYNC
6009 case $RSYNC in
6011 ac_cv_path_RSYNC="$RSYNC" # Let the user override the test with a path.
6032 RSYNC=$ac_cv_path_RSYNC
6033 if test -n "$RSYNC"; then
6034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSYNC" >&5
6035 $as_echo "$RSYNC" >&6; }
19079 APACHE_VAR_SUBST="$APACHE_VAR_SUBST RSYNC"
H A Dconfigure.orig776 RSYNC
6009 case $RSYNC in
6011 ac_cv_path_RSYNC="$RSYNC" # Let the user override the test with a path.
6032 RSYNC=$ac_cv_path_RSYNC
6033 if test -n "$RSYNC"; then
6034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSYNC" >&5
6035 $as_echo "$RSYNC" >&6; }
19083 APACHE_VAR_SUBST="$APACHE_VAR_SUBST RSYNC"
/macosx-10.9.5/curl-78.94.1/curl/packages/vms/
H A Dconfig_h.com49 $! 09-Apr-2005 J. Malmberg Update for RSYNC and large file.
/macosx-10.9.5/emacs-92/
H A DMakefile20 RSYNC?=rsync macro
135 $(RSYNC) -ia $(OBJROOT)/lib-src/$$f $(SYMROOT)/; \
/macosx-10.9.5/perl-92/
H A DMakefile32 RSYNC = rsync -rlpt macro
42 RSYNC += --exclude=OBJROOT
46 RSYNC += --exclude=SYMROOT
80 $(RSYNC) '$(SRCROOT)/' '$(OBJROOT)'
/macosx-10.9.5/pyobjc-42/2.5/
H A DGNUmakefile15 RSYNC = rsync -rlpt macro
26 RSYNC += --exclude=OBJROOT
33 RSYNC += --exclude=SYMROOT
/macosx-10.9.5/pyobjc-42/
H A DGNUmakefile17 RSYNC = rsync -rlpt macro
28 RSYNC += --exclude=OBJROOT
35 RSYNC += --exclude=SYMROOT
/macosx-10.9.5/python-76.100.1/
H A DMakefile16 RSYNC = rsync -rlpt macro
32 RSYNC += --exclude=OBJROOT
36 RSYNC += --exclude=SYMROOT
88 $(RSYNC) '$(SRCROOT)/' '$(OBJROOT)'
/macosx-10.9.5/python_modules-35/2.5/
H A DGNUmakefile16 RSYNC = rsync -rlpt macro
27 RSYNC += --exclude=OBJROOT
34 RSYNC += --exclude=SYMROOT
/macosx-10.9.5/python_modules-35/
H A DGNUmakefile18 RSYNC = rsync -rlpt macro
29 RSYNC += --exclude=OBJROOT
36 RSYNC += --exclude=SYMROOT
/macosx-10.9.5/rsync-42/rsync/
H A Druntests.sh154 RSYNC="$rsync_bin $*"
155 #RSYNC="valgrind $rsync_bin $*"
157 export POSIXLY_CORRECT TOOLDIR srcdir RSYNC
161 echo " rsync_bin=$RSYNC"
/macosx-10.9.5/rsync-42/rsync/support/
H A Datomic-rsync62 Usage: atomic-rsync [RSYNC-OPTIONS] HOST:/SOURCE/DIR/ /DEST/DIR/
63 atomic-rsync [RSYNC-OPTIONS] HOST::MOD/DIR/ /DEST/DIR/
H A Drrsync14 use constant RSYNC => '/usr/bin/rsync';
192 exec(RSYNC, @opts, @args) or die "exec(rsync @opts @args) failed: $? $!";
/macosx-10.9.5/rsync-42/rsync/testsuite/
H A D00-hello.test5 $RSYNC --version || exit 1
H A Dbackup.test23 checkit "$RSYNC -avv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
25 checkit "$RSYNC -avv \"$fromdir/\" \"$chkdir/\"" "$fromdir" "$chkdir"
29 $RSYNC -avv --no-whole-file --backup "$fromdir/" "$todir/" \
41 checkit "$RSYNC -avv --no-whole-file --delete-after \
51 checkit "$RSYNC -avv --del \"$fromdir/\" \"$chkdir/\"" "$fromdir" "$chkdir"
55 checkit "$RSYNC -avv --inplace --no-whole-file --backup --backup-dir=\"$bakdir\" \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir" \
63 checkit "$RSYNC -avv --inplace --no-whole-file \"$fromdir/\" \"$bakdir/\"" "$fromdir" "$bakdir"
H A Dbatch-mode.test17 $RSYNC -av --exclude=foobar.baz "$fromdir/" "$chkdir/"
19 runtest "local --write-batch" 'checkit "$RSYNC -av --write-batch=BATCH \"$fromdir/\" \"$todir\"" "$fromdir" "$todir"'
22 runtest "--read-batch" 'checkit "$RSYNC -av --read-batch=BATCH \"$todir\"" "$fromdir" "$todir"'
26 RSYNC_CONNECT_PROG="$RSYNC --config=$conf --daemon"
30 runtest "daemon sender --write-batch" 'checkit "$RSYNC -av --write-batch=BATCH rsync://localhost/test-from/ \"$todir\"" "$chkdir" "$todir"'
33 runtest "--read-batch from daemon" 'checkit "$RSYNC -av --read-batch=BATCH \"$todir\"" "$chkdir" "$todir"'
40 runtest "daemon recv --write-batch" 'checkit "$RSYNC -av --write-batch=BATCH \"$fromdir/\" rsync://localhost/test-to" "$chkdir" "$todir"'
H A Dchgrp.test27 checkit "$RSYNC -rtgpvvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
H A Dchmod-option.test32 checkit "$RSYNC -avv \"$fromdir/\" \"$checkdir/\"" "$fromdir" "$checkdir"
39 checkit "$RSYNC -avv --chmod ug-s,a+rX,D+w \"$fromdir/\" \"$todir/\"" "$checkdir" "$todir"
46 checkit "$RSYNC -avv \"$fromdir/\" \"$checkdir/\"" "$fromdir" "$checkdir"
49 checkit "$RSYNC -avv --chmod=Fo-x \"$fromdir/\" \"$todir/\"" "$checkdir" "$todir"
63 RSYNC_CONNECT_PROG="$RSYNC --config=$conf --daemon"
69 checkit "$RSYNC -rtvv \"$fromdir/\" localhost::test-incoming-chmod/" "$checkdir" "$todir"
H A Dchown.test39 checkit "$RSYNC -aHvv \"$fromdir/\" \"$todir/\"" "$fromdir" "$todir"
H A Dcompare-dest.test20 $RSYNC -av --include=text --include='*/' --exclude='*' "$fromdir/" "$alt1dir/"
21 $RSYNC -av --include=etc-ltr-list --include='*/' --exclude='*' "$fromdir/" "$alt2dir/"
26 $RSYNC -av --exclude=/text --exclude=etc-ltr-list "$fromdir/" "$chkdir/"
29 checkit "$RSYNC -avv --no-whole-file \
32 checkit "$RSYNC -avv --no-whole-file \
H A Ddaemon-gzip-download.test26 RSYNC_CONNECT_PROG="$RSYNC --config=$conf --daemon"
32 $RSYNC -av --exclude=foobar.baz "$fromdir/" "$chkdir/"
34 checkit "$RSYNC -avvvvz localhost::test-from/ \"$todir/\"" "$chkdir" "$todir"
H A Ddaemon-gzip-upload.test20 RSYNC_CONNECT_PROG="$RSYNC --config=$conf --daemon"
26 $RSYNC -av --exclude=foobar.baz "$fromdir/" "$chkdir/"
28 checkit "$RSYNC -avvvvz \"$fromdir/\" localhost::test-to/" "$chkdir" "$todir"
H A Ddaemon.test29 RSYNC_CONNECT_PROG="$RSYNC --config=$conf --daemon"
32 $RSYNC -v localhost::
H A Ddelete.test18 $RSYNC -av "$fromdir/" "$chkdir/copy/"
19 $RSYNC -av -f 'exclude,! */' "$fromdir/" "$chkdir/empty/"
21 checkit "$RSYNC -avv --remove-sent-files \
34 $RSYNC -r --exclude=baz --filter=': filters' --delete-excluded "$fromdir/" "$todir/"

Completed in 2029 milliseconds

12