Skip to content
This repository was archived by the owner on Oct 1, 2022. It is now read-only.

Random notes

Craig-M edited this page Aug 5, 2018 · 2 revisions

commands

Copy code:

rsync -a -v -e "ssh -p 2222 -i ~/.ssh/id_rsa_psi" -avr \
  ./rpi_cluster/ \
  pi@192.168.x.x:~/rpi_cluster/ \
  --exclude '*.DS_Store' \
  --exclude 'ignore_me' \
  --exclude '.git/'
Clone this wiki locally