Automatic Backup of Git Repositories to Dropbox with Python

Published on: 01.12.2017 Intro I will show how to upload files to Dropbox from Python code. Why do I need this? Currently, I am only using WebFaction for all my web services and also as my private git server. I wanted to make an automatic backup of my git… Read more

Similar

Using both Python 2 and 3 in Windows

The release of Django 2.0 was a milestone in the history of Python since it completely dropped support for Python 2.x. I am a long time user of Django and, loyal to the philosophy of “if it is working don’t change” I was always using Python 2.x. (more…)

Read more »