This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
backing up your TP sd card via sshsf?
#1
Has anyone attempted this?
I should have a copy of my sd card for TP, heck I have several for Op, but with TP in that case its a bit finicky to get the card out... so now that I have ssh access to TP I wonder if I could use sshsf to mount the TP file system and then use Rpi SD card copier to make a copy of it?

I attempted to mount the root fs but i was given a warning and didn't want to risk moving forward without asking at least once! Tongue
Reply
#2
Code:
sudo dd if=/dev/mmcblk0 bs=4M | nc <address> 12345
On the host <address>:
Code:
nc -l 12345 > tinypilot.img

Otherwise you could just scp the pypilot configuration

Code:
scp tc@192.168.14.1:.pypilot/pypilot.conf .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)