doclone.nongnu.orgdoClone - A tool for cloning and making GNU/Linux systems backups

doclone.nongnu.org Profile

doclone.nongnu.org

Maindomain:nongnu.org

Title:doClone - A tool for cloning and making GNU/Linux systems backups

Description:doclone - A tool for cloning and making backups of GNU/Linux systems

Keywords:c c++ cpp doclone linux backup...

Discover doclone.nongnu.org website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site

doclone.nongnu.org Information

Website / Domain: doclone.nongnu.org
HomePage size:12.083 KB
Page Load Time:0.040129 Seconds
Website IP Address: 209.51.188.148
Isp Server: Vengroff Williams

doclone.nongnu.org Ip Information

Ip Country: United States
City Name: Sarasota
Latitude: 27.336429595947
Longitude: -82.530647277832

doclone.nongnu.org Keywords accounting

Keyword Count
c c++ cpp doclone linux backup0

doclone.nongnu.org Httpheader

Date: Mon, 26 Apr 2021 04:06:33 GMT
Server: Apache/2.4.7
Last-Modified: Mon, 29 Jun 2015 08:14:43 GMT
ETag: "27fa-519a3ae9ba30f-gzip"
Accept-Ranges: bytes
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 3103
Keep-Alive: timeout=3, max=100
Connection: Keep-Alive
Content-Type: text/html
Content-Language: en

doclone.nongnu.org Meta Info

charset="utf-8"/
content="c c++ cpp doclone linux backup" name="keywords"
content="doclone" name="application-name"/
content="doclone - A tool for cloning and making backups of GNU/Linux systems" name="description"/

209.51.188.148 Domains

Domain WebSite Title

doclone.nongnu.org Similar Website

Domain WebSite Title
doclone.nongnu.orgdoClone - A tool for cloning and making GNU/Linux systems backups
meka-mp3-album-artwork-tool.software.informer.comMeka MP3 Album Artwork Tool Download - Simple and free tool to help you assign a cover image to your
wttool.comWholesale Tool | Industrial Machinery + Tool Supply
leadtool.educationnorthwest.orgThe Leadership for Equity Assessment & Development (LEAD) Tool™ | The LEAD Tool
bkfrepairtool.comBKF Repair Tool to Recover Corrupt MS BKF File | MS Backup Recovery Tool to Extract BKF
code.enthought.comEnthought Tool Suite — Enthought Tool Suite documentation
sf-tool.wwpdb.orgSF-Tool
lowestbronze.connectforhealthco.comTax Tool
taxinfo.connectforhealthco.comTax Tool
secure.meyertool.comMeyer Tool, Inc.
lisdirect.questdiagnostics.comQuery Tool v2.0
registration.nytac.orgRegistration Tool
myseo.theflexus.comSEO Tool
toolshed.down.netThe Tool Page
robertwebb.dotster.comMotivation Tool Chest

doclone.nongnu.org Traffic Sources Chart

doclone.nongnu.org Alexa Rank History Chart

doclone.nongnu.org aleax

doclone.nongnu.org Html To Plain Text

Home About it Use it Documentation Development Git, library & APIs Savannah News & bugs Download What is doClone? DoClone is a free project developed in C++ for creating or restoring GNU/Linux systems images. It can also work on a LAN to transfer data within computers. This tool provides an easy way to manage the GNU/Linux installation in offices or schools, including machines with different hardware, e.g., different hard-disk sizes, using only the space required by the data. Features Supports 12 filesystems. Supports 9 disk labels. Clones disks or partitions with different sizes. Clones selinux systems. GRUB boot loader restoration. Multiple cloning on a LAN. UUID's and filesystem labels cloning. Live cloning: a system can make images of itself. License This program is free software and is distributed under the GNU GPL v3 License. Download Latest version is 0.8.0: Download Explore the download directory Documentation Supported disk labels DoClone works with all the libparted supported disk labels: Disk Labels Aix Amiga Bsd Dvh Gpt Mac MsDos Pc98 Sun Supported filesystems DoClone uses libblkid to detect filesystems, and also uses some external tools to format them. The filesystem labels and uuid's management is performed by libparted library. Here is the filesystems supported list, and the libraries and tools required for formatting or mounting it. Filesystem Required software ext2 mke2fs ext3 mke2fs ext4 mke2fs fat16 mkdosfs fat32 mkdosfs hfs mkfs.hfs hfs+ mkfs.hfsplus jfs jfs_mkfs linux-swap mkswap ntfs mkntfs reiserfs mkreiserfs xfs mkfs.xfs Required Software Library dependencies: libparted 3.2 or any later version, libe2fs, libuuid, libblkid, libarchive, libxerces-c and liblog4cpp. Platforms Supported Until now, doClone has been compiled only in GNU/Linux. Local use DoClone local use is limited to create images of a disk or partition, or to restore previously created images. Network use DoClone is allowed to work over the local network. This way, it is possible to restore images from another computer. For this purpose, it is possible to work in two modes: the Unicast/Multicast and the Chain Mode. Unicast/Multicast There is one server and one client or more. This server must run before, and then wait for the clients. After that, the clients are able to connect with the server, which will send them its data. Chain Mode This mode creates a computer chain, where every node sends the data to the next one in the chain. The clients run before, and then the server sends a broadcast package to find out who is listening. After that, it sorts out the chain by sending to each client the IP address of the next one, and starts transferring the data to the first one. After using doclone After creating a complete hard disk image, the boot sector is also saved. This means, if the original system has the GRUB bootloader installed, it will be cloned, the same as all of its options into the receiving machine. If the original machine has not got GRUB, the first 440 bytes of the disk will be cloned "as is". Partitions It is possible to create a 40GB hard disk image, and afterwards to restore it in a 20GB hard disk (e.g.). The program only saves the files, so if the original data only takes 10GB, the image will be restored with no incidences. In addition to this, the partitions adjust to the proportion that they occupied in the original drive, i.e., for an original partition that takes the 70% of a 40GB disk, it will take the 70% of the 20GB disk on the client as long as the data fits on that space. In other case, doClone will return an error. If the original disk is smaller than the destination one, the partitions will be increased proportionally. Source Code Repository The source code of doClone is hosted in Savannah git server. See the git browser view for more information. Download the source & compile it You can download the source to your computer by typing: git clone git://git.sv.gnu.org/doclone.git Then, just execute the following commands: autoreconf -i ./configure make The package comes with two scripts: config-gdb.sh and config-nogdb.sh with two possible sets of parameters for the ./configure script Libdoclone Libdoclone is a free library developed in C++ for creating or restoring images of GNU/Linux systems. This is the library that doClone uses to perform its work, it can either create copies on the fly, i.e., sending the information directly over the network, without creating an image first; or creating and restoring the image locally . Libdoclone uses libparted For further information, please read the Doxygen reference: C API C++ API...

doclone.nongnu.org Whois

"domain_name": [ "NONGNU.ORG", "nongnu.org" ], "registrar": "GANDI SAS", "whois_server": "whois.gandi.net", "referral_url": null, "updated_date": [ "2020-07-16 14:53:47", "2020-07-16 16:53:48" ], "creation_date": [ "2002-09-13 16:05:09", "2002-09-13 12:05:09" ], "expiration_date": "2021-09-13 16:05:13", "name_servers": [ "NS1.GNU.ORG", "NS3.GNU.ORG" ], "status": [ "clientTransferProhibited https://icann.org/epp#clientTransferProhibited", "clientTransferProhibited http://www.icann.org/epp#clientTransferProhibited" ], "emails": [ "abuse@support.gandi.net", "hostmaster@gnu.org" ], "dnssec": [ "unsigned", "Unsigned" ], "name": "Hostmaster GNU/FSF", "org": "Free Software Foundation", "address": "51 Franklin Street, Fifth Floor", "city": "Boston", "state": [ "MA", "Massachusetts" ], "zipcode": "02110-1301", "country": "US"