1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-24 08:45:13 +00:00

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

not only GPT
This commit is contained in:
azrdev 2023-06-16 23:28:36 +02:00 committed by GitHub
parent 843496dac9
commit 27bcc0f05a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)::