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 4 744 04-07-2025, 12:32 AM
Last Post: tllim
  Access to system directories from flatpak lagrang3 2 1,696 02-25-2025, 05:02 PM
Last Post: tllim
  Latest firmware for PinePhone modem! Subsentient 105 169,507 02-02-2025, 08:47 PM
Last Post: bacydentir85
  Slarm64 on PinePhone [Unofficial Slackware ARM - 64 bit] acid andy 40 41,070 12-28-2024, 12:19 AM
Last Post: mara
  Office applications for the Pinephone Peter Gamma 2 1,242 09-05-2024, 09:22 AM
Last Post: Peter Gamma
  Struggle to install LibreOffice on the PinePhone Peter Gamma 50 44,491 07-26-2024, 10:35 PM
Last Post: Peter Gamma
  Why does Pine64 sabotage office on the Pinephone? Peter Gamma 5 2,199 07-04-2024, 07:34 AM
Last Post: Kevin Kofler
  Which word processor to choose for the Pinephone? Peter Gamma 16 8,645 06-22-2024, 07:28 AM
Last Post: Peter Gamma
  Samba share on the Pinephone? Peter Gamma 0 1,025 06-16-2024, 10:26 PM
Last Post: Peter Gamma
  Possible Free Backup Carrier for PinePhone PineFone 0 962 06-13-2024, 03:45 PM
Last Post: PineFone

Forum Jump:


Users browsing this thread: 1 Guest(s)