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

doclone.nongnu.org Profile

Doclone.nongnu.org is a subdomain of nongnu.org, which was created on 2002-09-13,making it 22 years ago. It has several subdomains, such as adonthell.nongnu.org retux.nongnu.org , among others.

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

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

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

HomePage size: 12.083 KB
Page Load Time: 0.720125 Seconds
Website IP Address: 209.51.188.116

doclone.nongnu.org Similar Website

Artix Linux Packages - Artix Linux Gitea
gitea.artixlinux.org
Linux 101 Hacks — Free eBook to Build a Strong Foundation in UNIX / Linux
linux.101hacks.com
ExLight Linux | Run a real fast Linux Live system!
exlight.exton.net
GNU Radio
wiki.gnuradio.org
GNU Smalltalk - GNU Project - Free Software Foundation (FSF)
smalltalk.gnu.org
COBOL For GCC - a GNU project - Free Software Foundation
cobolforgcc.sourceforge.net
Custom Electronic Design & Development Services | PCB Design & Cloning
pcb.electrosoft-engineering.com
Goshu.io Blog - Everything you need to know about Shopify Backups, Restore and Export
blog.goshu.io
Linux Conferences and Linux Events | The Linux Foundation
events17.linuxfoundation.org
GNU-Darwin
yves.gnu-darwin.org
Cloning Platform
my.exclone.com
Intelligent Cloud Backups for all SaaS Apps | SysCloud
info.syscloud.com

doclone.nongnu.org PopUrls

doClone - A tool for cloning and making GNU/Linux systems ...
https://doclone.nongnu.org/
libdoclone: Doclone::Clone Class Reference
https://doclone.nongnu.org/api/class_doclone_1_1_clone.html
libdoclone: C wrapper API
https://doclone.nongnu.org/api/group___c_wrapper_a_p_i.html
C++ API - libdoclone
https://doclone.nongnu.org/api/group___c_p_p_a_p_i.html
library for cloning and making backups of GNU/Linux systems
http://doclone.nongnu.org/api/index.html
libdoclone: File List
https://doclone.nongnu.org/api/files.html
libdoclone: Class List
https://doclone.nongnu.org/api/annotated.html

doclone.nongnu.org Httpheader

Date: Tue, 14 May 2024 22:38:50 GMT
Server: Apache/2.4.29
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
X-Frame-Options: sameorigin
X-Content-Type-Options: nosniff
Last-Modified: Mon, 29 Jun 2015 08:14:43 GMT
ETag: "27fa-519a3ae9ba30f"
Accept-Ranges: bytes
Content-Length: 10234
Vary: Accept-Encoding
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"/

doclone.nongnu.org Ip Information

Ip Country: United States
Latitude: 37.751
Longitude: -97.822

doclone.nongnu.org Html To Plain Text

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++...

doclone.nongnu.org Whois

Domain Name: nongnu.org Registry Domain ID: d6e7afff5e3144439c2a2dfb105b535e-LROR Registrar WHOIS Server: http://whois.gandi.net Registrar URL: http://www.gandi.net Updated Date: 2023-08-18T13:20:10Z Creation Date: 2002-09-13T16:05:09Z Registry Expiry Date: 2024-09-13T16:05:13Z Registrar: Gandi SAS Registrar IANA ID: 81 Registrar Abuse Contact Email: abuse@support.gandi.net Registrar Abuse Contact Phone: +33.170377661 Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited Registrant Organization: Free Software Foundation Registrant State/Province: MA Registrant Country: US Name Server: ns4.gnu.org Name Server: ns1.gnu.org Name Server: ns2.gnu.org Name Server: ns3.gnu.org DNSSEC: unsigned >>> Last update of WHOIS database: 2024-05-17T21:05:27Z <<<