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
- Host: GitHub
- URL: https://github.com/threez/bup
- Owner: threez
- License: mit
- Created: 2010-09-25T15:06:36.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2011-04-02T15:43:36.000Z (over 15 years ago)
- Last Synced: 2025-04-01T13:16:15.427Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 148 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
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