Hi. 

I meanwhile tried some restores of the new backup images, even with the
PI being booted.


That's the process I'm running:


Code:
--------------------
    
  sudo su
  filetool.sh -b && sync
  if grep -q "mmcblk0p1" /proc/mounts; then umount -l /mnt/mmcblk0p1; fi
  if grep -q "mmcblk0p2" /proc/mounts; then umount -l /mnt/mmcblk0p2; fi
  gunzip -c /tmp/*pCP*gz | dd of=/dev/mmcblk0 bs=1M && sync && halt
  
--------------------


I havn't noticed any issues yet.
For the restore the /tmp/images  folder/mountpoint is usually not
available.
That's why I copy the backup image to /tmp and install it from there.

No more SD card in and outs. And everything can be done from remote.
I like it. ;)



:::'  my blog  - latest: \"The Audio Streaming Series - introducing:
tuning kit - pCP (beta)\"  ' (http://soundcheck-audio.blogspot.com):::
------------------------------------------------------------------------
soundcheck's Profile: http://forums.slimdevices.com/member.php?userid=34383
View this thread: http://forums.slimdevices.com/showthread.php?t=113512

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to