CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/scripts/push_jupyter
Views: 687
#!/usr/bin/env bash

push /projects/sage/jupyter

#time rsync -axH -e 'ssh -o StrictHostKeyChecking=no' --delete /projects/sage/jupyter/ compute0-us:/projects/sage/jupyter/
#time rsync -axH -e 'ssh -o StrictHostKeyChecking=no' --delete /projects/sage/jupyter/ compute1-us:/projects/sage/jupyter/
#time rsync -axH -e 'ssh -o StrictHostKeyChecking=no' --delete /projects/sage/jupyter/ compute2-us:/projects/sage/jupyter/
#time rsync -axH -e 'ssh -o StrictHostKeyChecking=no' --delete /projects/sage/jupyter/ compute3-us:/projects/sage/jupyter/
#time rsync -axH -e 'ssh -o StrictHostKeyChecking=no' --delete /projects/sage/jupyter/ compute5-us:/projects/sage/jupyter/