Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create regular backups from OS X to the cloud

I'm developing a Django project on my MacBook Pro. Constantly paranoid that if my house burns down, someone stoling my MB, hard drive failure or another things that are not likely, but catastrophic if it occurs.

How can I create or get automatic backup every 1 hour from my OS X directory where the Django project is to a service like Dropbox or whatever cloud hosting company there might be a solution for.

Is there a Python script that does this? I can't be the only one that has thought of this before.

like image 969
First Last Avatar asked Sep 25 '22 08:09

First Last


1 Answers

This is what version control is for. Sign up for an account at Github, Bitbucket, or Gitlab, and push your code there.

like image 145
Daniel Roseman Avatar answered Oct 11 '22 09:10

Daniel Roseman