mirror of
https://github.com/kennethreitz-archive/backitup.git
synced 2026-06-05 23:40:17 +00:00
25 lines
594 B
ReStructuredText
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
|
|
|