Files
2010-09-09 01:34:04 -04:00

25 lines
594 B
ReStructuredText

Backitup: A Simple Backup Solution for Your Web Server
======================================================
*Backitup* is a simple backup solution written in python. It's aim is to be a customizable backup solution for your web server!
*Backitup* allows backups over FTP, SFTP, and Amazon S3. You can back up your website files, your mysql databases, and config settings for your server very easily with *Backitup*!
Usage
-----
Usage is as follows:
Installation
------------
To install Backitup, simply:
$ pip install backitup
Or if you don't use pip:
$easy_install backitup