James Kessel
Posts: 5
Joined: Wed Apr 01, 2015 3:28 pm

Backing up a Pi image (chip)

Thu Sep 03, 2015 3:11 pm

ALL of the books and instructions I have seen tell you to backup you Pi by taking the memory chip out, moving it to a Windows computer and backing the chip up using Win32 Disk Imager. I don't own Windows or Win32 Disk Imager or a Windows computer.
Is it really necessary for me to get a Microsoft fix for a Raspberry Pi backup?
I have SD chips, flash memory chips and hard drives attached to my Raspberry Pi2. Is there some way I can do a backup of my Pi without removing the memory chip?

JimmyN
Posts: 1109
Joined: Wed Mar 18, 2015 7:05 pm
Location: Virginia, USA

Re: Backing up a Pi image (chip)

Thu Sep 03, 2015 5:02 pm

I use "rsync". Very fast, very configurable, works great for local backups as well as across a network.

James Kessel
Posts: 5
Joined: Wed Apr 01, 2015 3:28 pm

Re: Backing up a Pi image (chip)

Thu Sep 03, 2015 11:01 pm

The Synaptic Package Manager does not recognize rsync. Where can I find it?

User avatar
kusti8
Posts: 3439
Joined: Sat Dec 21, 2013 5:29 pm
Location: USA

Re: Backing up a Pi image (chip)

Thu Sep 03, 2015 11:04 pm

James Kessel wrote:The Synaptic Package Manager does not recognize rsync. Where can I find it?
Strange, it should be there. Can you install it in the terminal?

Code: Select all

sudo apt-get update
sudo apt-get install rsync
There are 10 types of people: those who understand binary and those who don't.

James Kessel
Posts: 5
Joined: Wed Apr 01, 2015 3:28 pm

Re: Backing up a Pi image (chip)

Fri Sep 04, 2015 1:44 am

Well apparently I am wrong. When I typed 'sudo apt-get install rsync' , I was told rsync is already the latest version.
Thanks for the tip. I will try to translate the man pages into something I understand.

Return to “Beginners”