How to backup your Raspberry Pi - PowerPoint PPT Presentation

About This Presentation
Title:

How to backup your Raspberry Pi

Description:

A detailed guide on how to save files for work on Raspberry Pi, including the backup Raspberry Pi SD card and other options. – PowerPoint PPT presentation

Number of Views:48

less

Transcript and Presenter's Notes

Title: How to backup your Raspberry Pi


1
How to Backup Raspberry Pi SD Card and more
--- Based on the article - How to Backup your
Raspberry Pi SD Card ---
  • You will need the backup for your Raspberry Pi
    device(s) due to
  • Technical issues (overheating, errors, energy
    supply issues, cable connection failure, etc.)
    that can occur and crush the memory
  • Occasional deleting or damaging your project
    files with your own hands
  • Intention to re-start all the work anew
  • Intention to duplicate the whole file system

2
Backup a Raspberry Pi SD CardVariant 1. Using
Linux
  • Insert the SD card into your Linux device slot
  • Open up a command line
  • Fulfill the command

dd if/dev/sdx of/path/to/image bs1M

3
Backup a Raspberry Pi SD CardVariant 2. Using Mac
  • Insert the SD card into your Mac device slot
  • Open up a command line
  • Fulfill the command

dd if/dev/rdiskx of/path/to/image bs1M

4
Backup a Raspberry Pi SD CardVariant 3. Using
Windows
  1. Download Win32DiskImager from the SourceForge
  2. Safely remove your SD card from the RPi and
    insert it into your PC slot
  3. Open Win32 Disk Imager
  4. Choose the name and location of the backup file
    and the letter for your SD card
  5. Click Read


5
Backup Raspberry Pi with CrashPlan
You will need ExaGear Desktop emulator to set up
CrashPlan client on your Raspberry Pi device. So,
just follow the steps below
5. Download the Linux Crashplan archive from
their official website. https//www.crashplan.co
m/en-us/download/ 6. Unpack the CrashPlan
archive cd /home/pi/Downloads tar -xvzpf
CrashPlan_4.8.2_Linux.tgz 5. Install CrashPlan on
the x86 guest system cd /home/pi/Downloads/cras
hplan-install sudo ./install.sh 8. Follow the
installation manager and then make up an auto
start sudo service crashplan start
2gt/dev/null sudo update-rc.d crashplan enable
1. Download, unpack and install ExaGear Desktop
emulator cd home/pi/Downloads tar -xvzpf
exagear-desktop-rpi.tar.gz sudo
./install-exagear.sh 2. Start the guest x86
system exagear 3. Update the guest system
sudo apt-get update 4. Download the libraries
necessary for CrashPlan sudo apt-get install
lxrandr libgtk2.0-0 libXtst6 cpio
Now, you can run CrashPlan with the following
command /usr/local/bin/CrashPlanDesktop
6
Backup Raspberry Pi with Dropbox
You will also need the ExaGear Desktop emulator
to set up Dropbox on RPi device in this case.
1. Download, unpack and install ExaGear Desktop
emulator cd home/pi/Downloads tar -xvzpf
exagear-desktop-rpi.tar.gz sudo
./install-exagear.sh 2. Start the guest x86
environment exagear 3. Update the guest
system sudo apt-get update 4. Install
necessary libraries for Dropbox sudo apt-get
install wget libxslt-dev libxxf86vm-dev xcb
5. Download Dropbox 32-bit Debian archive
wget linux.dropbox.com/packages/debian/dropbox_201
5.10.28_i386.deb 6. Unpack Dropbox and launch the
installation sudo dpkg -i dropbox_2015.10.28_
i386.deb sudo apt-get install -f 7. Now, you
can run Dropbox directly from the menu
Write a Comment
User Comments (0)
About PowerShow.com