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

Diff of /trunk/www/backup-smb.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 92  To access our current stable version, pl Line 92  To access our current stable version, pl
92  <H3>Documentation: Getting backups on Samba</H3>  <H3>Documentation: Getting backups on Samba</H3>
93    <div style="margin:0; padding: 3px; width: 980; position relative;">    <div style="margin:0; padding: 3px; width: 980; position relative;">
94      <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>
95      <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>
96    </div>    </div>
97  </div>  </div>
98  <div id="linkline">  <div id="linkline">
# Line 154  This is the name of the <b>Windows share Line 154  This is the name of the <b>Windows share
154    
155    
156    
157    <!-- Setting static IP -->
158    <H3><a name="static-ip"></a>Setting static IP</H3>
159    
160    <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>
161    
162    <p class="newcode">auto lo<br>
163    iface lo inet loopback<br>
164    <br>
165    auto eth0<br>
166    iface eth0 inet dhcp</p>
167    
168    <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>
169    
170    <p class="newcode">auto lo<br>
171    iface lo inet loopback<br>
172    <br>
173    auto eth0<br>
174    iface eth0 inet static<br>
175    &nbsp;&nbsp;&nbsp;&nbsp;address 10.0.0.5<br>
176    &nbsp;&nbsp;&nbsp;&nbsp;netmask 255.255.255.0<br>
177    &nbsp;&nbsp;&nbsp;&nbsp;network 10.0.0.0<br>
178    &nbsp;&nbsp;&nbsp;&nbsp;broadcast 10.0.0.255<br>
179    &nbsp;&nbsp;&nbsp;&nbsp;gateway 10.0.0.1</p>
180    
181    <p>Then, all that's left is to restart the network services, by execuitng the command:</p>
182    
183    <p class="newcode">/etc/init.d/networking restart</p>
184    
185    
186  <!-- Buckup -->  <!-- Buckup -->
187  <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>
188  <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.

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26