Skip to content

Instantly share code, notes, and snippets.

@joshy
Created April 30, 2019 07:31
Show Gist options
  • Save joshy/a1449aa7cfd925cffce60ffb97873a5d to your computer and use it in GitHub Desktop.
Save joshy/a1449aa7cfd925cffce60ffb97873a5d 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