What's new

NVMe 256 to SD 64

Aidancov1

Occasional Visitor
I want to make a backup of my NVMe card on RP5 incase of failure. I dont want to clone whole disk just used space. How can I make an image and copy to sd card?
 
to back up the boot partition:
tar -cvpzf /boot.tar.gz --exclude=/boot.tar.gz --one-file-system /boot

to backup the file system:

tar -cvpzf /root.tar.gz --exclude=/root.tar.gz --exclude=/proc --exclude=/sys --exclude=/dev --exclude=/tmp --one-file-system /
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!

Staff online

Back
Top