Skip to content

Commit

Permalink
add another tip for tmux on data transferrring
Browse files Browse the repository at this point in the history
  • Loading branch information
nd996 committed Jan 31, 2024
1 parent b37ca10 commit 4998d08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/data_management/filestore.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ To move your data from Viking to the filestore ("Storage"), the address you need

You can use ``PuTTY`` on Windows and the command line on Linux and MacOS with commands such as ``rsync`` and ``scp`` much like the examples on the :ref:`Data Management page <transfer_files_linux>`, examples below.

.. tip::

When transferring large amounts of data it can be a good idea to use :doc:`terminal multiplexing </using_viking/terminal_multiplexing>` such as ``tmux``. This would allow you to leave the transfer running (inside a ``tmux`` session) and not have to stay logged in yourself.


Using the ``scp`` command
^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 4998d08

Please sign in to comment.