Results 1 to 5 of 5

Thread: Make backup of SD Card for Raspberry Pi?

  1. #1
    Join Date
    Aug 2010
    Beans
    121
    Distro
    Ubuntu 12.04 Precise Pangolin

    Make backup of SD Card for Raspberry Pi?

    Hello. I need to make a backup of 32 GB SD Card. What is the best way to do that and get a compact image? I use this SD Card for my Raspberry Pi. I need to make a full system backup to have some freedom, so that if I screw something up, I'll have an easy way to fix it.

    I need to make backups on my Ubuntu Desktop. I don't think rsync will work for that purpose, since it only syncs files between 2 dirs. Also, plain dd doesn't work for me, too, because it will produce 32 GB image, while only about 5 GB is really used, so each image would waste about 25 GBs, which is unacceptable.

    I'm sure there must be a way to make a full-drive compressed backup. Can anyone point it for me, though?

  2. #2
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Make backup of SD Card for Raspberry Pi?

    Clonezilla ?

  3. #3
    Join Date
    Aug 2010
    Beans
    121
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Make backup of SD Card for Raspberry Pi?

    Well, Clonezilla is LiveCD. It would be perfect if there is something that works from Ubuntu.

    By the way, just confirmed that rsync doesn't work for system backup. Just tried to rsync-format-rsync, now Pi doesn't boot. Well, anyway I've planned to reinstall OS from scratch.

    Looks like full imaging is only way to go.

  4. #4
    Join Date
    Aug 2005
    Beans
    6,024

    Re: Make backup of SD Card for Raspberry Pi?

    Quote Originally Posted by NilPointer View Post
    Well, Clonezilla is LiveCD. It would be perfect if there is something that works from Ubuntu.

    By the way, just confirmed that rsync doesn't work for system backup. Just tried to rsync-format-rsync, now Pi doesn't boot. Well, anyway I've planned to reinstall OS from scratch.

    Looks like full imaging is only way to go.
    dd?

  5. #5
    Join Date
    Aug 2010
    Beans
    121
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Make backup of SD Card for Raspberry Pi?

    Hm, looks like rsync works after all... If I don't format partition, keep original volume label and restore all files onto it with rsync - system boots after all. So, I think I will stick with rsync, as it copies only files and not the free space.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •