An open API service indexing awesome lists of open source software.

https://github.com/evgenyneu/siba-destination-aws-s3

Backup to Amazon S3 cloud storage. This is an extension to SIBA backup and restore utility.
https://github.com/evgenyneu/siba-destination-aws-s3

Last synced: about 2 months ago
JSON representation

Backup to Amazon S3 cloud storage. This is an extension to SIBA backup and restore utility.

Awesome Lists containing this project

README

        

# Overview

This is a plugin for [SIBA backup and restore utility](https://github.com/evgenyneu/siba). It allows to use Amazon S3 as backup destination.

## Installation

$ gem install siba-destination-aws-s3

## Usage

1. Create a configuration file:

$ siba generate mybak

2. Backup:

$ siba backup mybak

3. Restore:

$ siba restore mybak

Run `siba` command without arguments to see the list of all available options.