Skip to content

Instantly share code, notes, and snippets.

View riveryc's full-sized avatar

River Yang riveryc

  • Sydney, Australia
View GitHub Profile
@riveryc
riveryc / pushToserver.sh
Created August 22, 2017 12:01
Copy from local to remote server (Linux), exclude hidden files & folders (in zsh)
rsync -av --exclude=".[\!.]*" . root@artifactory01:/opt/chef