Changes between Version 19 and Version 20 of cypress/Globus


Ignore:
Timestamp:
06/24/2026 04:00:56 PM (3 weeks ago)
Author:
fuji
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Globus

    v19 v20  
    8080The box endpoint is the user's tulane.edu box folder. You need to give consent when you try to access it the first time.
    8181
     82==== Box Limitations ====
     83
     84When transferring your files from Cypress to Box, ensure that your files and directories meet the following Box limitations:
     85
     86* The size of each individual file must be less than 500 GB.
     87* For optimal performance, each directory should contain fewer than 5,000 files.
     88* File and directory names must be unique within a single directory (Box’s file system is case-insensitive).
     89
     90To detect files and directories that do not meet Box limitations, please follow the steps below.
     91
     92On Cypress, download the script,
     93{{{
     94git clone https://gitlab.tulane.edu/fuji/trimming-files-dirs-for-box.git
     95}}}
     96
     97Edit the directory you want to check:
     98{{{
     99cd trimming-files-dirs-for-box
     100nano TrimFileDir4Box.sh
     101}}}
     102
     103Update the ''directory'' variable (e.g., change it to "/lustre/project/vthannickal") to match the target directory you want to process.
     104
     105Submit a job
     106
     107{{{
     108sbatch TrimFileDir4Box.sh
     109}}}
     110
     111After the job is completed, check the log file. It will report any files or directories that do not meet Box limitations.
     112
     113The document is also available here:
     114[https://gitlab.tulane.edu/fuji/trimming-files-dirs-for-box]
     115
     116
    82117== File Transfer with Globus Commandline Tools ==
    83118