Merge branch 'master' of https://github.com/bdossantos/awesome-sysadmin into bdossantos-master

Conflicts:
	README.md
This commit is contained in:
Francisco Augusto 2015-09-09 17:43:15 +02:00
commit e65e2ac259
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [
* [Contributing](#contributing)
## Backups
*Backup software.*
* [Amanda](http://www.amanda.org/) - Client-server model backup tool.
@ -65,6 +66,10 @@ 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 libraries.*
* [Backup](https://github.com/meskyanichi/backup) - Provides an elegant DSL in Ruby for performing backups on UNIX-like systems.
* [DREBS](https://github.com/dojo4/drebs) - AWS EBS backup script that supports strategies.
## Cloning