myarik / sbackup

The simple script for backup data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SBackup

SBackup provides an easy way to backup data to the cloud storage and suitable for regular backups. It is integrated with AWS S3 storage provider

Usage

Create a configuration file :

- name: site1
  type: 'dir'
  source: '/var/www/site1'
  dst_backend:
    s3:
       access_key_id: YOUR_ACCESS_KEY
       secret_access_key: YOUR_SECRET_KEY
       bucket: backup_bucket
       location: site1  # optional

Create a backup :

sbackup create -c config.yml

About

The simple script for backup data


Languages

Language:Python 98.0%Language:Makefile 2.0%