Skip to content
forked from varp/backup

FORK Simple backup system for sites with web interface

Notifications You must be signed in to change notification settings

kimthostrup/backup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple backup system with web interface for your sites and related with the sites MySQL DBs. Coded on Python with Flask and Fabric.

Installation

Config

Change backup.conf for your needs. After that add cron job for the fabfile.py on a period of time you need.

Generate secret_key for your app

>>> import os
>>> os.urandom(24)
'\xfd{H\xe5<\x95\xf9\xe3\x96.5\xd1\x01O<!\xd5\xa2\xa0\x9fR"\xa1\xa8'

Paste the generated secret_key in your backup.conf with quotes.

About

FORK Simple backup system for sites with web interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.0%
  • HTML 40.9%
  • CSS 2.1%