While looking at ways to virtualise (to KVM) an old, lightly used Linux server (to which I have root, but not physical access), I came acrossthis post which mentions a command I'm unfamiliar with - "dump".
I have questions about this command which the man page does not seem to address, and my Google Foo may be to weak. Can anyone advise -
Does "dump" work with EXT4 partitions (the manuals talk about ext2 and ext2/ext3 partitions).
Does the target partition need to be the same size as the source partition, or can it be smaller then the source partition (but larger then the used space?)
Does dump provide better guarantees of consistency then simply copying a live block device and doing a chkdsk?