From b025cd3cc23635ab185d9e94b4a2b6e09dfe4ca0 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Fri, 12 Jun 2020 03:11:47 +0800 Subject: [PATCH] add borg Fixes #1553 --- README.md | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index dad62ace..1ae50459 100644 --- a/README.md +++ b/README.md @@ -473,18 +473,24 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Software and libraries for DevOps.* -* [ansible](https://github.com/ansible/ansible) - A radically simple IT automation platform. -* [cloudinit](https://cloudinit.readthedocs.io/en/latest/) - A multi-distribution package that handles early initialization of a cloud instance. -* [cuisine](https://github.com/sebastien/cuisine) - Chef-like functionality for Fabric. -* [docker-compose](https://docs.docker.com/compose/) - Fast, isolated development environments using [Docker](https://www.docker.com/). -* [fabric](https://github.com/fabric/fabric) - A simple, Pythonic tool for remote execution and deployment. -* [fabtools](https://github.com/fabtools/fabtools) - Tools for writing awesome Fabric files. -* [honcho](https://github.com/nickstenning/honcho) - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications. -* [OpenStack](https://www.openstack.org/) - Open source software for building private and public clouds. -* [pexpect](https://github.com/pexpect/pexpect) - Controlling interactive programs in a pseudo-terminal like GNU expect. -* [psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module. -* [saltstack](https://github.com/saltstack/salt) - Infrastructure automation and management system. -* [supervisor](https://github.com/Supervisor/supervisor) - Supervisor process control system for UNIX. +* Configuration Management + * [ansible](https://github.com/ansible/ansible) - A radically simple IT automation platform. + * [saltstack](https://github.com/saltstack/salt) - Infrastructure automation and management system. + * [cloudinit](https://cloudinit.readthedocs.io/en/latest/) - A multi-distribution package that handles early initialization of a cloud instance. + * [OpenStack](https://www.openstack.org/) - Open source software for building private and public clouds. +* SSH-style Deployment + * [fabric](https://github.com/fabric/fabric) - A simple, Pythonic tool for remote execution and deployment. + * [fabtools](https://github.com/fabtools/fabtools) - Tools for writing awesome Fabric files. + * [cuisine](https://github.com/sebastien/cuisine) - Chef-like functionality for Fabric. +* Process Management + * [supervisor](https://github.com/Supervisor/supervisor) - Supervisor process control system for UNIX. + * [honcho](https://github.com/nickstenning/honcho) - A Python clone of [Foreman](https://github.com/ddollar/foreman), for managing Procfile-based applications. +* Monitoring + * [psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module. +* Backup + * [BorgBackup](https://www.borgbackup.org/) - A deduplicating archiver with compression and encryption. +* Others + * [docker-compose](https://docs.docker.com/compose/) - Fast, isolated development environments using [Docker](https://www.docker.com/). ## Distributed Computing