<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I know nothing of clonezilla... but...<div><br></div><div>If you want to have an identical copy of the disk, which might be useful if it's a boot disk (or windows?), you could use 'dd'</div><div><br></div><div>e.g.</div><div><br></div><div>dd if=/dev/hda | gzip -d &gt; /path/to/somewhere.img</div><div><br></div><div>Without compression the resulting image will be the size of the disk (hda) or partition (if you chose e.g. hda1). If the disk you're backing up is your boot disk, then you'll need to boot from a livecd. And it takes ages.</div><div><br></div><div><br></div><div>In reality I suspect you'd be best off using something like 'rdiff-backup' - where you can have an incremental history.</div><div><br></div><div>e.g.&nbsp;</div><div>rdiff-backup /home /backup/home</div><div>and then</div><div>rdiff-backup&nbsp;--remove-older-than 7D /backup/home</div><div><br></div><div>(You can also point it at remote hosts etc etc, which is why I use it).</div><div><br></div><div>There are zillions of backup scripts and tools 'out there'.&nbsp;</div><div><br></div><div><br></div><div>David.<br><div><div><br></div><div><br></div><div>On 8 May 2011, at 14:10, Mo Awkati wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: arial, helvetica, sans-serif; font-size: 12pt; position: static; z-index: auto; "><div>Hi folk,</div><div><br></div><div>Thinking of using Clonezilla to make a copy of my HDD. I am <br></div><div>conscious that I have been using the hard drive for quite <br></div><div>a few years now and don't want to be caught out by it failing</div><div>on me at a critical time.</div></div></div></blockquote></div><br></div></body></html>