This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:dirisa [2023/09/22 13:19] msovara |
howto:dirisa [2024/07/23 14:48] (current) msovara [Important caveats] |
||
|---|---|---|---|
| Line 90: | Line 90: | ||
| === 4. Make sure of your i's === | === 4. Make sure of your i's === | ||
| - | You are only an **i** away from deleting valuable data. Proceed with due care. | + | You are only an **i** away from permanently |
| < | < | ||
| Line 101: | Line 101: | ||
| </ | </ | ||
| will irretrievably delete your data on Lustre. | will irretrievably delete your data on Lustre. | ||
| + | |||
| + | === 5. Moving really large data files === | ||
| + | To move really large data files, consider using terminal multiplexers like **screen** or **tmux**. These tools allow you to detach from a session, leaving your tasks (such as large data transfers) running in the background. Even if you close the terminal window or your local machine is switched off, the tasks will continue to run. When you're ready, you can open a new terminal window and reattach to the still-running session. This ensures that your tasks continue uninterrupted even when you sign out of LENGAU. | ||