Skip to content

Commit

Permalink
automated-local.rst: Partition table UUID match works for MBR too
Browse files Browse the repository at this point in the history
not only GPT
  • Loading branch information
azrdev authored and ThomasWaldmann committed Oct 27, 2023
1 parent b61a565 commit 69d71d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/automated-local.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Configuring the system
First, create the ``/etc/backups`` directory (as root).
All configuration goes into this directory.

Find out the UUID of the (GPT) partition table of your backup disk (here assumed to be /dev/sdz):
Find out the ID of the partition table of your backup disk (here assumed to be /dev/sdz):
lsblk --fs -o +PTUUID /dev/sdz

Then, create ``/etc/backups/40-backup.rules`` with the following content (all on one line)::
Expand Down

0 comments on commit 69d71d9

Please sign in to comment.