Anders Norrbring wrote: > I usually use dd and ssh to clone disks from one machine to another, > but that only works when the target is equally big or larger than the > source. > > Is there any easy way to do it from a 13% filled 60GB disk to a remote > disk that's only 16GB? >
As you're really just copying the filesystem, maybe rsync or tar. I use tar'ed filesystem images for installing new machines. /Per Jessen, Zürich -- http://www.spamchek.com/ - your spam is our business. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
