Raspberry Pi: Remote Backup On Mac

preview_player
Показать описание
Backup your Raspberry Pi without removing SD card using Mac OS! I show you how to copy the Raspberry Pi's microSD card over the network while it's running on a Mac computer using SSH. In this tutorial, we use the 'dd' and 'gzip' commands to create an image of your Raspberry Pi and then restore your Raspberry Pi using the saved image from your Mac. No need to turn off your Raspberry Pi anymore to make scheduled backups.. Clone your Raspberry Pi as many times as you need without losing your data!

=== Commands Used ===
* List block devices: lsblk -p
* Disconnect/kill SSH connection: exit
* List disks: diskutil list
* Unmount device: diskutil unmountDisk /dev/disk4 (Note: replace /dev/disk4 with your's!)

=== Suggested Videos ===

#raspberrypi #raspberrypi5 #raspberrypiprojects #raspberrypi4
Рекомендации по теме
Комментарии
Автор

Your videos are great! I am using my RP4 as a node so the OS is node specific. How can I update the firmware and Raspberyy Pi OS? Would appreciate any help you could offer. Thanks!

KJ-bjkk
Автор

Hola amigo, gracias por tu video. Tengo un problema, da el siguiente mensaje: bash: línea 1: gzip-: orden no encontrada

falcoriza