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

https://github.com/threez/bup

bup is a simple backup tool written in ruby
https://github.com/threez/bup

Last synced: about 1 year ago
JSON representation

bup is a simple backup tool written in ruby

Awesome Lists containing this project

README

          

h1. System

BUP is simply an akronym for backup.
BUP is a collection of simple commands to
store backups on local or remote locations.
The backup process itself is implemented using
the "DAR binary":http://dar.linux.free.fr.
It offers the ability to run a backup process
as cron job.

h1. Commands

h2. bup init

h2. bup create <name>

h2. bup config

h2. bup list

h2. bup restore <name>

h2. bup cron

h1. Environment

h1. Configuration