You could boot up the laptop with a LiveCD (Gentoo LiveCD, Knoppix etc),
mount the root partition and rsync the entire filesystem to another
machine in your network. 

I use something like this for cron controlled backups:

rsync -e ssh --progress --delete -av --numeric-ids --exclude "/tmp" /
[EMAIL PROTECTED]:/backup/


--
  .".
  /V\   [web ] http://0x1337.net                 | Behind every great
 // \\  [pgp ] http://0x1337.net/0x1337-pgp.txt  | computer sits a
/(   )\ [geek] http://0x1337.net/0x1337-geek.txt | skinny, little geek.
 ^'~'^


--
[EMAIL PROTECTED] mailing list

Reply via email to