Created
January 9, 2021 10:52
-
-
Save viliampucik/ee03bc26ce2689e3b1703b9540bad2f7 to your computer and use it in GitHub Desktop.
GPT Backup and Restore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GPT Backup | |
sudo sgdisk --backup=nvme0n1.gpt /dev/nvme0n1 | |
# GPT Restore | |
sudo sgdisk --load-backup=nvme0n1.gpt /dev/nvme0n1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment