From 9b215683fb1790da282c76d9931b773bd551da8c Mon Sep 17 00:00:00 2001
From: Adam Caprez <acaprez2@unl.edu>
Date: Thu, 21 Mar 2024 16:09:11 -0500
Subject: [PATCH] Reorg scratch

---
 .../data_storage/integrating_box_with_hcc.md      |  2 +-
 .../{ => data_storage}/using_scratch_space.md     |  4 ++--
 content/handling_data/data_transfer/_index.md     | 15 ++++++++++++---
 3 files changed, 15 insertions(+), 6 deletions(-)
 rename content/handling_data/{ => data_storage}/using_scratch_space.md (96%)

diff --git a/content/handling_data/data_storage/integrating_box_with_hcc.md b/content/handling_data/data_storage/integrating_box_with_hcc.md
index 4b3e0416..5bffcf42 100644
--- a/content/handling_data/data_storage/integrating_box_with_hcc.md
+++ b/content/handling_data/data_storage/integrating_box_with_hcc.md
@@ -4,7 +4,7 @@ description = "How to integrate Box with HCC"
 weight = 50
 +++
 
-{{% notice info %}}
+{{% notice warning %}}
 NU no longer has an active arrangement with <a href="https://www.box.com/" class="external-link">Box.com</a>
 and has migrated to Microsoft 365 services. Please visit our page on [using rclone for file transfer]({{< relref "using_rclone_with_hcc" >}})
 or [using OneDrive with Globus]({{< relref "activating_unl_onedrive" >}}) (UNL only) for instructions on how to access your NU Microsoft 365 storage from HCC resources.
diff --git a/content/handling_data/using_scratch_space.md b/content/handling_data/data_storage/using_scratch_space.md
similarity index 96%
rename from content/handling_data/using_scratch_space.md
rename to content/handling_data/data_storage/using_scratch_space.md
index 7d97125a..d4f32ea1 100644
--- a/content/handling_data/using_scratch_space.md
+++ b/content/handling_data/data_storage/using_scratch_space.md
@@ -20,8 +20,8 @@ Using the correct tool for task at hand is important (tool being worker node loc
 - non-sequential/random seeking over file contents
 - rapid temporary file i/o patterns involving a mixture of the above
 
-{{% notice info %}}
-When a permanent location on the cluster (such as *$WORK|$COMMON*) is used for the analyses from above (avoid [$HOME]({{< relref "./data_storage/#home-directory" >}}) intended for code/scripts/programs only), various issues can occur that can affect the cluster and everyone using it at the moment.
+{{% notice warning %}}
+When a permanent location on the cluster (such as *$WORK|$COMMON*) is used for the analyses from above (avoid [$HOME]({{< relref "../data_storage/#home-directory" >}}) intended for code/scripts/programs only), various issues can occur that can affect the cluster and everyone using it at the moment.
 {{% /notice %}}
 
 ## How to use Scratch?
diff --git a/content/handling_data/data_transfer/_index.md b/content/handling_data/data_transfer/_index.md
index 3717077b..b8d14b25 100644
--- a/content/handling_data/data_transfer/_index.md
+++ b/content/handling_data/data_transfer/_index.md
@@ -11,10 +11,19 @@ highly encouraged to consider using [Globus
 Connect]({{< relref "../data_transfer/globus_connect/" >}}).
 
 ---
-### Using Box
+### Using OneDrive
 
-You can use your [UNL
-Box.com]({{< relref "integrating_box_with_hcc" >}}) account to download and
+You can use your [Microsoft OneDrive Account]({{< relref "using_rclone_with_hcc" >}}) account to download and
 upload files from any of the HCC clusters.
 
+---
+### SCP/RSYNC
+
+HCC supports using standard scp or rsync protocols; however clients must properly support two-factor authentication. Examples are provided
+for [command-line scp]({{< relref "scp" >}}), [WinSCP]({{< relref "winscp" >}}), and [Cyberduck]({{< relref "cyberduck" >}}).
 
+---
+### Open OnDemand
+HCC supports [Open OnDemand]({{< relref "open_ondemand" >}}), a web-based portal for access to the Swan cluster.  Open OnDemand
+may also be used to [transfer files]({{< relref "managing_and_transferring_files" >}}) to and from the cluster.  This method is not
+recommended for transferring large amounts of data or large numbers of files.
-- 
GitLab