From 6cd10d696daddef17ed2acbcaadf7c3fdbce4ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20K=C4=B1l=C4=B1=C3=A7da=C4=9F=C4=B1?= Date: Thu, 11 May 2017 22:12:48 +0300 Subject: [PATCH] Added BackMeUp BackMeUp is a simple bash script initially created my own needs, which aims to backup databases and static files on a server to various providers. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0bc561e..e1fe860 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ *Backup software.* * [Amanda](http://www.amanda.org/) - Client-server model backup tool. + * [BackMeUp](https://github.com/Ardakilic/backmeup) - A simple and automated MySQL/MariaDB databases and files backup script on *nix Machines using Amazon S3, WebDav (e.g: ownCloud / NextCloud) and Dropbox. * [Bareos](http://www.bareos.org/en/) - A fork of Bacula backup tool. * [BackupPC](http://backuppc.sourceforge.net/) - BackupPC is a high-performance system for backing up to disk. * [Backupninja](https://labs.riseup.net/code/projects/backupninja) - Lightweight, extensible meta-backup system.