Tag: raspberry pi

Clone Raspberry Pi Sdcard while online

A blogger explains how to clone an active Raspberry Pi SD card using the rpi-clone tool. After accessing the Raspberry Pi via SSH, they download the rpi-clone GitHub repository and conduct a test run. They then insert a new SD card, use specific commands to confirm its recognition, and perform the cloning process. Challenges due to SD card size differences are mentioned, alongside a tutorial video that provides additional guidance.

12/05/2024

Backup Raspberry Pi remotely

To back up your raspberry pi remotely, you will need to know the ip address, then using the following command ssh pi@xx.x.x.xx “sudo dd if=/dev/mmcblk0 […]

27/09/2017