Pinephone OS Backups (System Images)
#3
(09-08-2020, 09:35 PM)bcnaz Wrote: (Maybe some Linux app suggestions, I no longer have anything Windows on my property)

I think the dd command (might need a sudo) should be sufficient to backup with a Linux machine. Set the source to your SD card or eMMC, and the output to wherever you want to save (/backupdir).

1. Find the device name of your eMMC or SD card. My eMMC shows up as 'mmcblk2' on the phone itself.
Code:
lsblk

2. Check the lsblk output to see if any partitions on your source device are mounted. Unmount them using their mount points as a reference. For example, to unmount the partition /dev/sdb1 with the mount point /media/thumbdrive:
Code:
sudo umount /media/thumbdrive
note that the command is 'umount' not 'unmount'

3a. To create an uncompressed image (replace 'sda' with your source device)
Code:
dd if=/dev/mmcblk2 of=/backupdir/filename.img

3b. To create a compressed image with gzip
Code:
dd if=/dev/mmcblk2 | gzip -c >/backupdir/filename.img.gz
  Reply


Messages In This Thread
Pinephone OS Backups (System Images) - by eKeith - 09-08-2020, 05:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Movuan distribution for PinePhone merom 5 4,638 07-27-2025, 05:01 PM
Last Post: merom
  baremetal via Zig on PinePhone - JumpDrive help please WhiteHexagon 1 3,012 07-07-2025, 10:33 AM
Last Post: WhiteHexagon
  Access to system directories from flatpak lagrang3 2 4,225 02-25-2025, 05:02 PM
Last Post: tllim
  Latest firmware for PinePhone modem! Subsentient 105 198,106 02-02-2025, 08:47 PM
Last Post: bacydentir85
  Slarm64 on PinePhone [Unofficial Slackware ARM - 64 bit] acid andy 40 53,720 12-28-2024, 12:19 AM
Last Post: mara
  Office applications for the Pinephone Peter Gamma 2 4,277 09-05-2024, 09:22 AM
Last Post: Peter Gamma
  Struggle to install LibreOffice on the PinePhone Peter Gamma 50 58,155 07-26-2024, 10:35 PM
Last Post: Peter Gamma
  Why does Pine64 sabotage office on the Pinephone? Peter Gamma 5 5,547 07-04-2024, 07:34 AM
Last Post: Kevin Kofler
  Which word processor to choose for the Pinephone? Peter Gamma 16 14,746 06-22-2024, 07:28 AM
Last Post: Peter Gamma
  Samba share on the Pinephone? Peter Gamma 0 3,774 06-16-2024, 10:26 PM
Last Post: Peter Gamma

Forum Jump:


Users browsing this thread: 1 Guest(s)