Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Feb 14, 2024
1 parent cd83c70 commit 6a4f50b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ project:
- [Excluding disks from backup](#excluding-disks-from-backup)
- [Filesystem Freeze](#filesystem-freeze)
- [Backup Offline virtual machines](#backup-offline-virtual-machines)
- [UEFI / BIOS (pflash devices)](#uefi--bios-pflash-devices)
- [Restore](#restore)
- [Misc commands and options](#misc-commands-and-options)
- [Compressing backups](#compressing-backups)
Expand Down Expand Up @@ -157,6 +158,15 @@ fully operational state, it is sufficient to bring up the QEMU process in
qemu-system-<arch> -S <options>
```

UEFI / BIOS (pflash devices)
-----------------------------

If the virtual machine uses UEFI, it usually has attached pflash devices
pointing to the UEFI firmware and variables files. These are included in the
backup by default and can be copied from the backup folder.



Restore
-------

Expand Down

0 comments on commit 6a4f50b

Please sign in to comment.