From 9fa7a18351f1ac5190a50922fe085db2a283412e Mon Sep 17 00:00:00 2001 From: "James W. Brinkerhoff IV" Date: Mon, 19 Apr 2021 14:46:41 -0400 Subject: [PATCH] docs: quickstart: external_disk: fix typo in example 'derive -> drive' closes #472 --- config/samples/quickstart_backup_to_external_disk.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/samples/quickstart_backup_to_external_disk.yml b/config/samples/quickstart_backup_to_external_disk.yml index 9d7c151..c7c5924 100644 --- a/config/samples/quickstart_backup_to_external_disk.yml +++ b/config/samples/quickstart_backup_to_external_disk.yml @@ -5,7 +5,7 @@ # quick start section which inlines this example. # # CUSTOMIZATIONS YOU WILL LIKELY WANT TO APPLY: -# - adjust the name of the production pool `system` in the `filesystems` filter of jobs `snapjob` and `push_to_derive` +# - adjust the name of the production pool `system` in the `filesystems` filter of jobs `snapjob` and `push_to_drive` # - adjust the name of the backup pool `backuppool` in the `backuppool_sink` job # - adjust the occurences of `myhostname` to the name of the system you are backing up (cannot be easily changed once you start replicating) # - make sure the `zrepl_` prefix is not being used by any other zfs tools you might have installed (it likely isn't) @@ -85,4 +85,4 @@ jobs: root_fs: "backuppool/zrepl/sink" serve: type: local - listener_name: backuppool_sink \ No newline at end of file + listener_name: backuppool_sink