From 27bcc0f05a4859ef99102c1cdc3172de42dc66a6 Mon Sep 17 00:00:00 2001 From: azrdev Date: Fri, 16 Jun 2023 23:28:36 +0200 Subject: [PATCH] automated-local.rst: Partition table UUID match works for MBR too not only GPT --- docs/deployment/automated-local.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/automated-local.rst b/docs/deployment/automated-local.rst index 213fb3e98..c29bf4fbf 100644 --- a/docs/deployment/automated-local.rst +++ b/docs/deployment/automated-local.rst @@ -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)::