Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section of the workshop expands upon the previous section on Basic Globus transfers. It is still an introductory level of content, but may not apply to all use cases.

...

  • Label - Because Globus keeps a record of each transfer along with the stats bout them, it can be hard to determine which transfer is which based solely on the transfer ID and date. Giving a transfer a human-readable label can help users keep track of each transfer.

  • Sync - to only transfer new or changed files. Selecting this option gives the ability to choose how files will be overwritten on the destination file system. The options for syncing can be where the modification time of a file is newer, the file size is different, the file on the source does not exist on the destination, or where the checksum is different. When using this option, ARCC recommends using the checksum option, to cover a vareity of scenarios

  • Preserve source file modification times - After transfer of a file, the modification time on the destination will reflect the modification time on the source instead of the time the transfer completed.

...

Transfer Option Example

image-20240514-000033.pngImage Removed

Alternatively No Table

image-20240514-000127.pngImage Removed

Finally The End

Link to Previous sub-module or Home Module

Align left link to next sub-module or home

In this example we have expand the ‘Transfer and Timer Options’ window to provide a demonstration transfer that has a label, syncing where the checksum of files are different, and preserving the file modification time. Notice that there are many more options that can be used as well including:

  • Encryption

  • Skipping on errors

  • Deleting files that don’t exist on source

  • An more

image-20240702-131734.pngImage Removed

Straight Code - No context

Code Block
Limit to 16 lines in the example. 














This is the end

Same Thing With Images

...

Two Column Tables are nice ways to separate content/ Background info along with an image example on the same “Slide”. Please notice the table width. This should stop scroll bars from appearing

  • Bullets are nice to include for distinct points

  • yep

  • they

  • sure

  • are

    This is 14 lines

image-20240702-131734.pngImage Added

...

Notification and Scheduling Options

At the bottom of the same Transfer and Timer Options window, there are options to disable notifications of transfers as well as scheduling transfers that may or may not repeat

image-20240702-132557.pngImage Added

...

Sharing with Globus

Sharing with guest collections is available on Globus endpoints managed by an active Subscription. You can create guest collections on Globus endpoints if you are a member of a Subscription Group.

  • By sharing with Globus, the person you are sharing with will need a Globus account and access to an Endpoint

  • Please contact ARCC if you are interested in sharing data with Globus

image-20240710-162604.pngImage Added

...

The Globus CLI

Globus does have a command line interface (CLI) that can be used within HPC workflows as well. ARCC does not have this installed by default, but a user can install it using the miniconda module on MedicineBow.

  • This still uses the same terminology as basic Globus transfers and users will have to be familiar with those key concepts before attempting to use the CLI

image-20240702-133540.pngImage Added

...

Globus Flows

Globus flows enables the automation of data transfers. ARCC is still investigating how this works, but generally speaking, you have to have access to each endpoint you are wanting to transfer to and from and then do three things to deploy a Flow:

  • Create a definition with a JSON document

  • Create an input schema

  • and then deploy the flow

image-20240710-163151.pngImage Added

...

Next Steps