mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-30 12:11:57 +00:00
Backup advanced guide touchups (#458)
* embassy-cli -> start-cli & touchups * image touchup (embassy-cli > start-cli)
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 77 KiB |
@@ -20,7 +20,7 @@ Mount a Backup
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
embassy-cli backup target list
|
start-cli backup target list
|
||||||
|
|
||||||
.. figure:: /_static/images/backups/backup-target-list.png
|
.. figure:: /_static/images/backups/backup-target-list.png
|
||||||
:width: 60%
|
:width: 60%
|
||||||
@@ -29,7 +29,7 @@ Mount a Backup
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
embassy-cli backup target mount disk-/dev/sdb1 "YourMasterPasswordGoesHere"
|
start-cli backup target mount disk-/dev/sdb1 "YourMasterPasswordGoesHere"
|
||||||
|
|
||||||
.. figure:: /_static/images/backups/backup-mount.png
|
.. figure:: /_static/images/backups/backup-mount.png
|
||||||
:width: 60%
|
:width: 60%
|
||||||
@@ -53,7 +53,7 @@ If you have an encrypted disk from a prior StartOS installation, you can mount i
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
sudo apt update && sudo apt install cryptsetup
|
sudo apt update && sudo apt install -y cryptsetup
|
||||||
|
|
||||||
#. Enter the following command to reveal your disk's crypto_LUKS filesystems and their labels:
|
#. Enter the following command to reveal your disk's crypto_LUKS filesystems and their labels:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user