Skip to content

Commit

Permalink
udpate instructions: create backup
Browse files Browse the repository at this point in the history
  • Loading branch information
franok committed Dec 14, 2022
1 parent 8573931 commit 9eb306a
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion source/guide_mumble.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,17 @@ Updates

.. note:: `Subscribe to the releases <https://github.com/franok/mumble-build-container/releases>`_ to stay informed about the latest versions (e.g. by using :lab:`uu-notify <guide_uu-notify>`).

If there is a new version repeat the Installation_ and execute:
If there is a new version, backup your mumble folder:

.. code-block:: console
[isabell@stardust ~]$ cp -rp mumble/ mumble-backup/
[isabell@stardust ~]$ ls -la | grep -i mumble-backup
drwxrwxr-x. 4 isabell isabell 167 Dec 6 20:16 mumble-backup
[isabell@stardust ~]$
Repeat the Installation_ steps, and finally execute:

.. code-block:: console
Expand All @@ -167,6 +177,14 @@ If there is a new version repeat the Installation_ and execute:
mumble: started
[isabell@stardust ~]$
Connect to your server and if everything works fine, delete the backup:

.. code-block:: console
[isabell@stardust ~]$ rm -rf mumble-backup/
[isabell@stardust ~]$
.. _Teamspeak: https://www.teamspeak.com/
.. _Mumble: https://mumble.info/
.. _GitHub: https://github.com/franok/mumble-build-container
Expand Down

0 comments on commit 9eb306a

Please sign in to comment.