mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-21 16:03:32 +01:00
docs: address setup with two or more external disks (#695)
This commit is contained in:
parent
5e4d4188f4
commit
2b3df7e342
@ -33,4 +33,17 @@ You will likely want to customize some aspects mentioned in the top comment in t
|
||||
|
||||
.. literalinclude:: ../../config/samples/quickstart_backup_to_external_disk.yml
|
||||
|
||||
|
||||
Offline Backups with two (or more) External Disks
|
||||
-------------------------------------------------
|
||||
|
||||
It can be desirable to have multiple disk-based backups of the same machine.
|
||||
To accomplish this,
|
||||
|
||||
* create one zpool per external HDD, each with a unique name, and
|
||||
* define a pair of ``push`` and ``sink`` job **for each** of these zpools, each with a unique ``name``, ``listener_name``, and ``root_fs``.
|
||||
|
||||
The unique names ensure that the jobs don't step on each others' toes when managing :ref:`zrepl's ZFS abstractions <zrepl-zfs-abstractions>` .
|
||||
|
||||
|
||||
:ref:`Click here <quickstart-apply-config>` to go back to the quickstart guide.
|
Loading…
Reference in New Issue
Block a user