Skip to content

Instantly share code, notes, and snippets.

@moonwatcher
Created June 23, 2014 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moonwatcher/63c1b251da0e0415d46c to your computer and use it in GitHub Desktop.
Save moonwatcher/63c1b251da0e0415d46c to your computer and use it in GitHub Desktop.
Transfer fastq files to butinah with rsync
#!/bin/sh
# NOTICE: This assumes RSA key authentiction has been set up to rsync over ssh can proceed without prompting for a password.
#PBS -V
#PBS -l nodes=1:ppn=1,walltime=48:00:00
#PBS -M lg1883@nyu.edu
#PBS -m abe
#PBS -q s48
#PBS -l mem=1GB
#PBS -o /data/cgsb/gencore/log/kh1872_rsync.o
#PBS -e /data/cgsb/gencore/log/kh1872_rsync.e
#PBS -N kh1872_rsync
rsync --recursive --progress --partial --rsh=ssh /scratch/kh1872/rice/fastqs/fastqs_for_butinah butinah.abudhabi.nyu.edu:/scratch/gencore/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment