Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync notebooks #1

Open
JuanitoFatas opened this issue Sep 24, 2018 · 0 comments
Open

Sync notebooks #1

JuanitoFatas opened this issue Sep 24, 2018 · 0 comments

Comments

@JuanitoFatas
Copy link
Owner

JuanitoFatas commented Sep 24, 2018

Keep automatic backups.
Do this any way you want. I keep my log files in git, and have a cron job that commits and pushes to a server every five minutes. This provides at least two benefits. First, it applies an automatic timestamp (to within five minutes) on anything I type, and second, it serves to make sure that a recent version is available on my server, in case I switch machines and want to keep working on a project.

Sync to GitHub repo

workbook:
  sync:
    location: https://github.com/JuanitoFatas/workbooks
    command: "git add . && git commit -m "Update notebooks on 2018-09-25 19:10" && git push origin master"
wb sync

Sync all notes to a designated location.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant