From e916df3e87c9bdd020e6248f046918e8415d89ae Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 30 May 2017 09:54:04 +0200 Subject: [PATCH] Update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92eb20a..ce45ecf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # obackup [![Build Status](https://travis-ci.org/deajan/obackup.svg?branch=master)](https://travis-ci.org/deajan/obackup) [![GitHub Release](https://img.shields.io/github/release/deajan/obackup.svg?label=Latest)](https://github.com/deajan/obackup/releases/latest) - A robust file & database backup script that works for local and remote push or pull backups via ssh. +Designed to backup multiple subdirectories with a timeslot for each. +Supports encryption while still using rsync to lower transfered data (see advantages and caveats below). ## About @@ -34,7 +35,7 @@ You may disable this behavior in the config file. You can download the latest obackup script from authors website. You may also clone the following git which will maybe have some more recent builds. - $ git clone -b "v2.0-maint" git://github.com/deajan/obackup.git + $ git clone -b "v2.1-maint" git://github.com/deajan/obackup.git $ cd obackup $ ./install.sh