Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recommend workstation backup as step in the install guide #4302

Merged
merged 4 commits into from
Apr 3, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/backup_workstations.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _backup_workstations:

Backup the Workstations
=======================

Expand Down Expand Up @@ -99,7 +101,7 @@ Open a terminal with administrative privileges by going to

|Root Terminal|

.. note::
.. note::
If you can't find the "Root Terminal" window, it might be because an
administrator passphrase wasn't set when you logged in to Tails. If
that's the case, you'll need to restart Tails and set one at the login screen.
Expand All @@ -108,10 +110,10 @@ Next, create a directory on the Backup USB for the device to be backed up - the
command below creates a directory named ``admin-backup``:

.. code:: sh

mkdir /media/amnesia/Backup/admin-backup

Then, copy the contents of the device's persistent volume to the directory using
Then, copy the contents of the device's persistent volume to the directory using
``rsync``:

.. code:: sh
Expand Down
5 changes: 5 additions & 0 deletions docs/set_up_admin_tails.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,8 @@ the admin template are:

.. |Terminal| image:: images/terminal.png
.. |KeePassX| image:: images/keepassx.png

Back Up the Admin Workstation
------------------------------------

USB drives can wear out, get lost, or otherwise become corrupted, making it very important to be sure to keep current backups. Follow the :ref:`Backup the Workstations <backup_workstations>` document to create a backup of your workstation after you've completed the installation.