-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when backing up EFI partition #150
Comments
Can you provide the output of: |
Sorry, at the moment, I don't have the device at hand, as soon as I do, I'll post the command output. |
@vorwd
I need to backup the SD card (/dev/sdc) |
Thanks, @caslubas I hope the below helps you out. So, the FS in fsarchiver means "File System" (e.g. a partition/file system of a physical disk/drive) -- this means that you can't just issue a command for the entire drive/card, /dev/sdc, to create like a "clone" or exact copy of the drive/card. You can still achieve this though --
Then, when you need to restore it, you'll issue a command to restore both the vfat and the squashfs onto another card/device.
The "id" number refers to the file system within the backup/archive, and "dest" refers to where you want that "id" to end up. Typically speaking, this correlates to the order in which you added the file system during your backup command.
|
I do have an overly "wordy" walkthrough of a use-case of mine where I used fsarchiver -- it has a lot of details regarding fsarchiver commands, options and syntax -- feel free to give it a read if you're bored on the toilet one day.
|
Hello everybody!
I am using fsarquiver, version 0.8.7 (2023-03-19), to generate a copy of a card that has a raspberry system installed.
Running from a debian bookworm.
Using the following command line:
This line results in the following error:
What is the way to correct it?
The text was updated successfully, but these errors were encountered: