On Mon, 23 Jul 2001, Michael Dwyer wrote:
> > I'd like to back them up to my Linux box over the net as a .img
> I have often wondered why there was no linux-based GHOST lookalike.
> It seems so natural to me...
rsync -av /mnt/dos/c/. /mnt/backup/doc/c/.
to take the backup
rsync -av /mnt/backup/doc/c/. /mnt/dos/c/.
to restore it