# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # clone # clone/Makefile # clone/distinfo # clone/pkg-descr # echo c - clone mkdir -p clone > /dev/null 2>&1 echo x - clone/Makefile sed 's/^X//' >clone/Makefile << 'e1bb923974f03ad27dd9839e55c102c5' X# $FreeBSD: head/sysutils/clone/Makefile 311993 2013-02-09 22:31:11Z jgh $ X XPORTNAME= clone XPORTVERSION= 1.0.1 XCATEGORIES= sysutils XMASTER_SITES= GOOGLE_CODE X XMAINTAINER= cyclaero@gmail.com XCOMMENT= File tree cloning tool X XLICENSE= BSD X XPLIST_FILES= bin/clone X XMAN1= clone.1 X X.include e1bb923974f03ad27dd9839e55c102c5 echo x - clone/distinfo sed 's/^X//' >clone/distinfo << 'ef0c14e533e0d92bd27681fb3f0e5671' XSHA256 (clone-1.0.1.tar.gz) = a7c3777a6dbc240f0d957e7069584eef02db6b9f13933ffeef6b2412e43ce159 XSIZE (clone-1.0.1.tar.gz) = 24767 ef0c14e533e0d92bd27681fb3f0e5671 echo x - clone/pkg-descr sed 's/^X//' >clone/pkg-descr << 'bac60c2ab98ebafd1c2a8f629215ef67' Xclone is a file tree cloning tool which runs 3 threads - a scheduler (main), a Xreader, and a writer thread. Reading and writing occurs in parallel. While this Xis most beneficial for copying data from one physical disk to another, clone is Xalso very well suited for cloning a file tree to any place on the same disk. X XCloning includes the whole directory hierarchy, i.e. sub-directories, files, Xhard links, symbolic links, attributes (modes, flags, times), extended Xattributes and access control lists. X Xclone is useful for cloning (thus backing-up) live file systems, and it can Xalso be used in incremental and synchronization mode. X Xclone works on FreeBSD and Mac OS X. X Xclone is very fast, for example, cloning a whole UFS2 file hierarchy on XFreeBSD 9.1 of in total 2.3 TBytes of data from one hard disk to another Xtook 7.5 h, so the average transfer rate for all kind of files (very small Xup to very big ones) was about 89 MByte/s. X XWWW: https://code.google.com/p/clone/ bac60c2ab98ebafd1c2a8f629215ef67 exit