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 49 changed one line
sudo dd if=/dev/sdd of=~/rpi-backup-20210328.img bs=4M
sudo dd if=/dev/sdd of=~/rpi-backup-20210328.img bs=4M status=progress
At line 51 added 3 lines
%%warning
Note that you __must__ alter the "if" argument to match the drive of the SD card you found using fdisk, otherwise you may damage an existing drive. If won't necessarily be the same as what I found, and an SD card won't even always mount at the same location. ''Check it every time''.
%%
At line 54 changed one line
; "bs" : the size of the blocks of data copied. The default is only 512 bytes, so bumping that up to 4MB will speed up the copying process
; "bs" : (optional) the size of the blocks of data copied. The default is only 512 bytes, so bumping that up to 4MB will speed up the copying process
; "status" : (optional) shows a progress bar during the copying process
At line 62 added one line