This page (revision-24) was last changed on 2021-04-21 06:16 by Murray Altheim

This page was created on 2021-03-27 21:00 by Murray Altheim

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
24 2021-04-21 06:16 12 KB Murray Altheim to previous
23 2021-04-21 06:14 12 KB Murray Altheim to previous | to last
22 2021-04-21 06:13 12 KB Murray Altheim to previous | to last
21 2021-04-17 03:16 11 KB Murray Altheim to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 12 changed one line
!! How to Clone an SD Card
!!! How to Clone an SD Card
At line 18 added 2 lines
! Determining the Mount Point of Your SD Card
At line 45 added 3 lines
! Unmount the SD Card
At line 52 changed one line
Once you've unmounted the partitions, you can then use the "{{dd}}" command to make the copy. I'll be storing it in my home ("~") directory as a file named "rpi-backup-20210328.img". I generally add a timestamp to my backups so I can figure out when I made them.
!! Making the Backup Copy
%%information
The "{{dd}}" command is part of the Linux OS, you don't need to install any software.
%%
Once you've unmounted the partitions, you can then use the "{{dd}}" command to make the copy. I'll be storing it on my Desktop ("/home/altheim/Desktop") directory as a file named "rpi-backup-20210328.img". I generally add a timestamp to my backups so I can figure out when I made them.
At line 81 added one line
As a point of reference, on my desktop computer ("Intel® Core™ i5-3570K CPU @ 3.40GHz × 4"), backing up my 16GB SD card using the above command line took 877.819 seconds (almost 15 minutes) to complete.
At line 83 added one line