|
@@ -0,0 +1,7 @@
|
|
|
+#!/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/ /home/jovian/Documents/ -e "ssh -p 7025"
|
|
|
+echo "[dccheck] Files to push :"
|
|
|
+rsync -parv -n /home/jovian/Documents/ jovian-hersemeule.eu:~/Documents/ -e "ssh -p 7025"
|
|
|
+echo "[dccheck] Check terminated (no file was transfered)"
|