浏览代码

automated-local.rst: Partition table UUID match works for MBR too

not only GPT
azrdev 1 年之前
父节点
当前提交
27bcc0f05a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/deployment/automated-local.rst

+ 1 - 1
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)::