." Text automatically generated by txt2man .TH gnetic "juny 24, 2008" "" "" .SH NAME \fBGnetic \- Tool for clone computer and make backups \fB .SH SYNOPSIS .nf .fam C \fBgnetic\fP \fIFUNCTION\fP [ \fB-d\fP, \fB--device\fP \fIDEVICE\fP ] [ \fB-f\fP, \fB--file\fP \fIFILE\fP ] [ \fB-a\fP, \fB--address\fP \fICLIENT-IP-ADDRESS\fP ][ \fB-m\fP, \fB--max-hosts\fP \fINUMBER\fP ] [ \fB-w\fP, \fB--wait\fP \fISECONDS\fP ][ \fB-q\fP, \fB--quick\fP ] [ \fB-b\fP, \fB--broadcast\fP \fIBROADCAST-IP\fP ][ \fB-n\fP, \fB--no-data\fP ] [ \fB-g\fP, \fB--grub_install\fP /BOOT-PARTITION ] .fam T .fi .SH DESCRIPTION Gnetic is a tool for create and restore backups. Also lets you clone computers over the network. You can make computer copies using a direct connection between two machines (Point\fB-2-Point\fP), or using the "link mode", that create a chain of nodes that sends information like a bus\fB-topology\fP net. With this method, theoretically you can clone up to 64 computers (or as many you specify) at same time that 1 or 2. .PP You also can to make copies "on the fly", sending information directly to the net without create a system image before. Of course alwais there are the traditional option of create a system image and restore it locally. .SH OPTIONS .TP .B General options: .TP .B \fB-d\fP, \fB--device\fP The device on work .TP .B \fB-f\fP, \fB--file\fP The file on work .TP .B \fB-a\fP, \fB--adress\fP Client IP addres (p2p mode) .TP .B \fB-m\fP, \fB--max-hosts\fP Max number of links .TP .B \fB-w\fP, \fB--wait\fP Time in second while server wait the answer of links (default 5 seconds) .TP .B \fB-q\fP, \fB--quick\fP No progress bar .TP .B \fB-b\fP, \fB--broadcast\fP It specifies the broadcast direction .TP .B \fB-n\fP, \fB--no-data\fP Don't send data, only partition table. .TP .B \fB-g\fP, \fB--grub-install\fP Install grub without performing any other operations. .TP .B Specific options: Gnetic receives two groups of parameters: For local use: (Imply the use of \fB-d\fP and \fB-f\fP) .TP .B \fB-c\fP, \fB--create\fP Create a disk or partition image. .TP .B \fB-r\fP, \fB--restore\fP Restore a disk or partition image. .PP For network use: (Imply the use of \fB-d\fP or \fB-f\fP) \fBgnetic\fP supports two ways to network use: Point\fB-2-Point\fP connection: .RS .TP .B \fB-S\fP, \fB--p2p-server\fP Send your data (this option imply \fB-a\fP). .TP .B \fB-C\fP, \fB--p2p-client\fP Receive sender's data. .PP Link mode connection: .TP .B \fB-s\fP, \fB--sender-mode\fP Sender, send its data. .TP .B \fB-l\fP, \fB--link-mode\fP Receiver, reveive sender's data. In link mode, there are only one sender and various links. .SH MORE INFORMATION You can find the complete documentation of \fBgnetic\fP in the link below: http://gnetic.nongnu.org/using.html .SH AUTOR Gnetic was writed by Jesús Burgos with the help of Joan Lledó .PP .nf .fam C 3\-5-2008