Skip to content

Instantly share code, notes, and snippets.

@xyntrix
Created May 2, 2018 02:06
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 xyntrix/f213487134b238ed7b0b4200d17dac43 to your computer and use it in GitHub Desktop.
Save xyntrix/f213487134b238ed7b0b4200d17dac43 to your computer and use it in GitHub Desktop.
#!/bin/sh
SRC="${1}"
DST="${2}"
shopt -s dotglob
SRCFILES=$(ls -d ${SRC}/*)
/usr/bin/rsync -rlAgoDvxHX --progress ${SRCFILES} ${DST}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment