From 7ed09fe26d7fe95380d490ea83ca3175bf81ee1e Mon Sep 17 00:00:00 2001 From: Benjamin Dos Santos Date: Sun, 22 Jun 2014 12:37:03 +0200 Subject: [PATCH] Add backup gem. Provides an elegant DSL in Ruby for performing backups on UNIX-like systems. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98b4b1a..84eafc5 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [SafeKeep](http://safekeep.sourceforge.net/) - Centralized pull-based backup using `rdiff-backup`. * [TarSnap](https://www.tarsnap.com/) - Secure backup service with an open-source client. * [UrBackup](http://www.urbackup.org/) - Another client-server backup system. +* [Backup](https://github.com/meskyanichi/backup) - Provides an elegant DSL in Ruby for performing backups on UNIX-like systems. ## Cloning *Cloning software.*