From ce3340a69ff444108eaf3652b2fe3ee9b41a6850 Mon Sep 17 00:00:00 2001 From: Natasha Pavlovikj <npavlovikj2@unl.edu> Date: Thu, 25 Apr 2024 09:36:16 -0500 Subject: [PATCH] Remove info about Attic interface --- content/handling_data/data_storage/using_attic.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/content/handling_data/data_storage/using_attic.md b/content/handling_data/data_storage/using_attic.md index 96db1c65..074819fa 100644 --- a/content/handling_data/data_storage/using_attic.md +++ b/content/handling_data/data_storage/using_attic.md @@ -91,15 +91,3 @@ group are stored in a file named "disk\_usage.txt" in your group's directory (`/attic/<groupname>`). You can use either [Globus Connect]({{< relref "/handling_data/data_transfer/globus_connect" >}}) or scp to download it. Your usage and expiration is also shown in the web interface (see below). - ---- -### Use the web interface - -For convenience, a web interface is also provided. Simply go to -<a href="https://attic.unl.edu" class="external-link">https://attic.unl.edu</a> -and login with your HCC credentials. Using this interface, you can see -your quota usage and expiration, manage files, etc. **Please note we do -not recommend uploading/downloading large files this way**. Use one of -the other transfer methods above for large datasets. - - -- GitLab