/[gzz]/gzz/sync-remote-private.sh
ViewVC logotype

Diff of /gzz/sync-remote-private.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by tuukkah, Fri Sep 27 16:06:32 2002 UTC revision 1.3 by tuukkah, Tue Oct 1 13:14:02 2002 UTC
# Line 30  trap cleanup EXIT Line 30  trap cleanup EXIT
30  echo "Success."  echo "Success."
31  rsync --rsh=ssh -rtvz gzzpriv@himalia.it.jyu.fi:$MSREMOTE/ $TMP/$MSREMOTE/  rsync --rsh=ssh -rtvz gzzpriv@himalia.it.jyu.fi:$MSREMOTE/ $TMP/$MSREMOTE/
32    
33    if [ -e "MS-KILLFILE.$MSREMOTE" ]; then
34        # Don't fetch killed blocks from remote pool
35        <"MS-KILLFILE.$MSREMOTE" xargs --replace rm -f $TMP/$MSREMOTE/{}
36        # Don't use killed blocks nor inject them back to remote pool
37        <"MS-KILLFILE.$MSREMOTE" xargs --replace rm -f $MS/{}
38    fi
39    
40  # XXX We need Synch when we start to have pointer conflicts  # XXX We need Synch when we start to have pointer conflicts
41  # ${JAVA:-java} gzz.client.Synch -dir $MS -dir $TMP/$MSREMOTE  # ${JAVA:-java} gzz.client.Synch -dir $MS -dir $TMP/$MSREMOTE
42  # For now, simply update blocks to both directions  # For now, simply update blocks to both directions

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26