Skip to content

PC104 backup #200

Answered by BrutusTT
BrutusTT asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks, should have looked at stackexchange earlier ;). I thought that there is maybe an image of some sort around for shipped pc104s.

Anyway, I got the backup working with dd. Here are the steps in case somebody else needs it as well.

  1. log into pc104
  2. ssh to icubsrv/10.0.0.1 -> this is only necessary to avoid confusion for the next command if you never ssh'ed to the laptop from the head before. The command will add the SSH key to your ssh settings.
  3. run the backup command on:
  • either the full drive
$ sudo dd if=/dev/sda | gzip -1 - | ssh [email protected] dd of=pc104_image_full.gz
  • just the relevant partition (sda2)
$ sudo dd if=/dev/sda2 | gzip -1 - | ssh [email protected] dd of=pc104_image_s…

Replies: 9 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by pattacini
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #200 on December 08, 2020 16:07.