Skip to content

Instantly share code, notes, and snippets.

@joshy
Created April 30, 2019 07:31
Show Gist options
  • Save joshy/60a665b694eeed787375db2ef1250e37 to your computer and use it in GitHub Desktop.
Save joshy/60a665b694eeed787375db2ef1250e37 to your computer and use it in GitHub Desktop.
Backup jupyterhub users
# -r recursive
# -x exclude hidden folders
# -y store symlinks as is and don't follow them
zip -r jupyter-backup.zip jupyter-* -x "*/.*" -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment