SW:rclone
rclone
rclone is a tool for syncing files from HPRC clusters to a remote storage site like Google Drive, Dropbox, Amazon's AWS and many more. Note rclone is available on ada, terra and HPRC Lab workstations
- to use, first load the module (not needed on HPRC Lab workstations)
module load rclone/1.42-amd64
- next, configure your destination
rclone config
- choose: n) New remote
- pick a name for the drive. e.g. mygdrive
- choose the type, in this example we use 11) Google Drive
- select the default (blank) option for the following
- leave Google Application Client Id blank (default)
- leave Google Application Client Secret blank (default)
- choose: 1) Full access to all files
- leave root_folder_id blank (default)
- leave service_account_file blank (default)
- when it ask if you want to auto_config, answer 'n' or 'N' for no