- #!/usr/bin/fish
- echo "[dccheck] Detect differences between remote Jupyter Raspberry Pi and current computer."
- echo "[dccheck] Files to pull :"
- rsync -parv -n jovian-hersemeule.eu:~/Documents/ ~/Documents/ -e "ssh -p 7025"
- echo "[dccheck] Files to push :"
- rsync -parv -n ~/Documents/ jovian-hersemeule.eu:~/Documents/ -e "ssh -p 7025"
- echo "[dccheck] Check terminated (no file was transfered)"
|