For use on a test computer, I need a free cloning tool to save NTFS and ext3 partitions to the same disk, ie. no need to up/download images from a server.
CloneZilla Live and PartImage (available on the live CD SystemRescueCd) seem to perform the same task, so I'd like some feedback from users who use those applications, or some alternatives.
Thank you.
you can to with ntfsclone (man) for ntfs and ... well... tar for ext3 :)
i can really advise you using ntfsclone for ntfs, i am using it excessively, it's simple and efficient, quick and small, therefore well scriptable.
you can use tar to back-up and clone ext2/ext3 filesystems, but I'd rather suggest you using xfs, as it has enterprise-like backup software, called xfsdump, which can restore the XFS filesystem just as it was (with even security attributes too)
The way I am backing up my system (shell code snippets)
YMMV, but after a time I'm sure you will find xfsdump and ntfsdump very useful. The best thing they provide that both filesystem and filesystem content is saved in one step, both are command line utils, therefore it's easier to "script" them than gui-based competition, plus xfsdump creates a (shrinked) file format you can even loop-mount to inspect the contents.
Clonezilla actually uses partimage, ntfsclone, and other software packages under the hood:
It seems like if you want a multipurpose utility that can handle just about any disk task, Clonezilla is the most popular free software solution. However, if you are just trying to accomplish a single specific task, you might find it simpler to use a more focused tool.