dccheck 393 B

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