Skip to content

Instantly share code, notes, and snippets.

@nmagee
Last active August 24, 2018 15:29
Show Gist options
  • Save nmagee/6f4ad4d32dbd0415528d1fb11242fd09 to your computer and use it in GitHub Desktop.
Save nmagee/6f4ad4d32dbd0415528d1fb11242fd09 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Transfers a directory, recurisvely.
# Note the optional --encrypt flag.
set -e
globus=`which globus`
srce=c4d80096-7612-11e7-8b5e-22000b9923ef
dest=c4d80096-7612-11e7-8b5e-22000b9923ed
$globus transfer --encrypt --recursive $srce:home/mst3k $dest:nv/vol179/staff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment