cvs commit: src/bin/cpdup Makefile cpdup.1 cpdup.c cpdup.h hclink.c hclink.h hcproto.c hcproto.h misc.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Aug 13 13:54:16 PDT 2006


dillon      2006/08/13 13:51:40 PDT

DragonFly src repository

  Modified files:
    bin/cpdup            Makefile cpdup.1 cpdup.c cpdup.h misc.c 
  Added files:
    bin/cpdup            hclink.c hclink.h hcproto.c hcproto.h 
  Log:
  Add a remote host capability for both the source and target directory
  specifications.  A specification in the form user at host:path will initiate
  a ssh link to the remote machine and attempt to run a cpdup slave.
  
  The protocol is not all that fast but it is a good start.  The cpignore
  and md5 features are not currently available for remote sources and the
  fsmid feature is not currently available for remote targets.  However, the
  incremental backup feature (-H) *IS* available.
  
  The code is currently considered to be highly experimental and does
  not yet adjust for mismatched byte orderings (but the protocol is designed
  to make this possible in the future).
  
  Revision  Changes    Path
  1.6       +5 -1      src/bin/cpdup/Makefile
  1.14      +21 -3     src/bin/cpdup/cpdup.1
  1.13      +148 -74   src/bin/cpdup/cpdup.c
  1.4       +4 -0      src/bin/cpdup/cpdup.h
  1.7       +4 -1      src/bin/cpdup/misc.c


http://www.dragonflybsd.org/cvsweb/src/bin/cpdup/Makefile.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/cpdup/cpdup.1.diff?r1=1.13&r2=1.14&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/cpdup/cpdup.c.diff?r1=1.12&r2=1.13&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/cpdup/cpdup.h.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/cpdup/misc.c.diff?r1=1.6&r2=1.7&f=u





More information about the Commits mailing list