.. _migration_2021: Migration Guide =============== Data storage ------------ User homes are now restricted to 100GB of storage per user (with the idea of making periodic backups possible). Additionally each user has 10TB of avaiable storage space in the ``/storage/`` directory (these will not be backed up). If you want to access your old home directory from the file browser, open a terminal and type the following: .. code-block:: ln -s /old/home $HOME/OLDHOME Shared storage is under ``/storage/imaxt`` (also available from the ``Shared`` link in the JupyterLab file browser). The contents of the previous home directory is in ``/old/home/`` and it is read-only. Please do copy everything you need to your new home directory. The contents of the previous data storage is in ``/data/meds1_a/jimaxt/``. Contents should be copied to your storage directory in ``/storage/``. You can create a link to your storage in the JupyterLab file browsers typing the following in a terminal: .. code-block:: ln -s /storage/$(whoami) $HOME/Storage Data access ----------- The recommended way of accessing data remotely is using the S3 protocol as described in :ref:`data_access`.