From 74405416e47360900845ae18a856a6262343f27e Mon Sep 17 00:00:00 2001 From: Adam Eubanks Date: Fri, 27 Sep 2024 08:48:29 -0600 Subject: [PATCH] update adam eubanks bio (#705) * check scratch for purge documentation * make check-scratch-for-purge documentation mroe clear * change bio for adam eubanks --- content/about/people/eubanks.md | 7 +++---- content/post/2024-july-scratch-purge.md | 5 ++++- content/userinfo/hpc/ood/_index.md | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/content/about/people/eubanks.md b/content/about/people/eubanks.md index 09998139f..afc8c5657 100644 --- a/content/about/people/eubanks.md +++ b/content/about/people/eubanks.md @@ -11,11 +11,10 @@ author = "UVARC Staff" image = "/images/profiles/profile_adam_eubanks.jpeg" email = "ucn5xj@virginia.edu" subjects = [ - "video editing/recording", "machine learning", - "python", - "content creation" + "Open OnDemand", + "Docker" ] +++ -Adam Eubanks is an undergraduate student at the University of Virginia studying Computer Science and French. He specializes in content creation for the RC Learning Team, creating text and video tutorials for the RC Learning Portal. His interests include machine learning, human language, and volleyball. \ No newline at end of file +Adam Eubanks is an undergraduate student at Brigham Young University studying Applied Math. He specializes in Open OnDemand app development and machine learning with HPC, as well as containerization. \ No newline at end of file diff --git a/content/post/2024-july-scratch-purge.md b/content/post/2024-july-scratch-purge.md index a32f44fee..22ab87f0f 100644 --- a/content/post/2024-july-scratch-purge.md +++ b/content/post/2024-july-scratch-purge.md @@ -91,7 +91,10 @@ A file’s last access corresponds to the date and time that file was last opene check-scratch-for-purge > outfile -where outfile is the path of the file to which you wish to save the results. +where outfile is the path of the file to which you wish to save the results. This will save to your `outfile` a list of files ordered from the oldest last accessed to the most recently accessed that will be purged. + +Alternatively, you can access the **Check Scratch For Purge** tool available in the *Utilities* dropdown on Open OnDemand. From there, you can view a list of files being purged and save the list to `/home`, `/scratch`, or download it locally. + {{% /accordion-item %}} {{% accordion-item title="5. What should I do with files that I still need? " id="faq-5" %}} diff --git a/content/userinfo/hpc/ood/_index.md b/content/userinfo/hpc/ood/_index.md index d56f8fde3..31ddfd7eb 100644 --- a/content/userinfo/hpc/ood/_index.md +++ b/content/userinfo/hpc/ood/_index.md @@ -119,7 +119,7 @@ The Queue Status app provides detailed information on jobs queued and running in ## Check Scratch For Purge -According to [UVA RC policy](/2024/07/reinstatement-of-file-purging-of-personal-/scratch-files-on-afton-and-rivanna), files in the `/scratch` directory that have not been accessed for over 90 days will be permanently deleted or 'purged'. The Check Scratch For Purge app allows you to see which files are at risk of being purged and download a list of their filenames. It displays the output of the command `check-scratch-for-purge`. +According to [UVA RC policy](/2024/07/reinstatement-of-file-purging-of-personal-/scratch-files-on-afton-and-rivanna), files in the `/scratch` directory that have not been accessed for over 90 days will be permanently deleted or 'purged'. The Check Scratch For Purge app allows you to see which files are at risk of being purged and download a list of their filenames. It displays the output of the command `check-scratch-for-purge`, showing a list of files ordered from the oldest last accessed to the most recently accessed. ## Slurm Script Generator