/[clonezilla-sysresccd]/trunk/www/onepage.html
ViewVC logotype

Diff of /trunk/www/onepage.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 181 by sng, Wed Jun 22 16:47:21 2011 UTC revision 182 by sng, Sun Jul 3 18:05:43 2011 UTC
# Line 86  To access our current stable version, pl Line 86  To access our current stable version, pl
86  <H3>Welcome</H3>  <H3>Welcome</H3>
87    <div style="margin:0; padding: 3px; width: 980; position relative;">    <div style="margin:0; padding: 3px; width: 980; position relative;">
88      <div style="position: absolute; left: 0px;"><H4>30/06/2011 - v 3.2.0</H4></div>      <div style="position: absolute; left: 0px;"><H4>30/06/2011 - v 3.2.0</H4></div>
89      <div style="position: absolute; right: 0px;"><H4>Last update: 22/06/2011</H4></div>      <div style="position: absolute; right: 0px;"><H4>Last update: 03/07/2011</H4></div>
90    </div>    </div>
91  </div>  </div>
92  <div id="linkline">  <div id="linkline">
# Line 1473  This may exist if your PC is connected t Line 1473  This may exist if your PC is connected t
1473  <li>The directory on the Samba server you can use to save your backup<br>  <li>The directory on the Samba server you can use to save your backup<br>
1474  This is the name of the <b>Windows share resource</b> (Samba share resource) as it is known in the network, which is not necessarily the same as the local directory name. The user whose account will be used to login to the <b>Samba server</b>, must have write permission to this directory.</li>  This is the name of the <b>Windows share resource</b> (Samba share resource) as it is known in the network, which is not necessarily the same as the local directory name. The user whose account will be used to login to the <b>Samba server</b>, must have write permission to this directory.</li>
1475  </ol>  </ol>
1476    <H3><a name="static-ip"></a>Setting static IP</H3>
1477    <p><b>Clonezilla Live</b> assumes that your network interface is to be configured through dhcp (auto IP assignment). This is easy to see in <b>/etc/network/interfaces</b></p>
1478    <p class="newcode">auto lo<br>
1479    iface lo inet loopback<br>
1480    <br>
1481    auto eth0<br>
1482    iface eth0 inet dhcp</p>
1483    <p>In case you have to assign the IP by hand, you have to edit this file and add the relevant info. Assuming that the IP to be used would be 10.0.0.5, file <b>/etc/network/interfaces</b> would become:</p>
1484    <p class="newcode">auto lo<br>
1485    iface lo inet loopback<br>
1486    <br>
1487    auto eth0<br>
1488    iface eth0 inet static<br>
1489    &nbsp;&nbsp;&nbsp;&nbsp;address 10.0.0.5<br>
1490    &nbsp;&nbsp;&nbsp;&nbsp;netmask 255.255.255.0<br>
1491    &nbsp;&nbsp;&nbsp;&nbsp;network 10.0.0.0<br>
1492    &nbsp;&nbsp;&nbsp;&nbsp;broadcast 10.0.0.255<br>
1493    &nbsp;&nbsp;&nbsp;&nbsp;gateway 10.0.0.1</p>
1494    <p>Then, all that's left is to restart the network services, by execuitng the command:</p>
1495    <p class="newcode">/etc/init.d/networking restart</p>
1496  <H2><a name="backup-smb"></a>Getting the backup <span class="hideprint">[<a href="#backup-smb-top" title="go to top of the page">^</a>]</span></H2>  <H2><a name="backup-smb"></a>Getting the backup <span class="hideprint">[<a href="#backup-smb-top" title="go to top of the page">^</a>]</span></H2>
1497  <p>If you're fine with US keymap and English language (available languages are English, Spanish, French, Italian, Japanese and Chinese [both simplified and traditional]) or don't mind editing the boot parameters, just select <b>Clonezilla Live</b> at the starting screen and press ENTER. When the system comes up, it will load the program that will preform the backup.  <p>If you're fine with US keymap and English language (available languages are English, Spanish, French, Italian, Japanese and Chinese [both simplified and traditional]) or don't mind editing the boot parameters, just select <b>Clonezilla Live</b> at the starting screen and press ENTER. When the system comes up, it will load the program that will preform the backup.
1498  </p>  </p>

Legend:
Removed from v.181  
changed lines
  Added in v.182

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26