From 7c3eb9ed24f0676d1a102cd38d711b5f901be87d Mon Sep 17 00:00:00 2001 From: Fux Snow Date: Tue, 8 Dec 2015 11:32:45 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b8fbe7..1a4febd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ -# simple_backup -A simple backup script using rsync +# simple-backup +A simple backup script + +## Description +simple-backup is just a bash script that allows you to backup your files. +It reads from a configuration file the files/directories that must be copied, +the destination directory for the backup and a few other options. + +## Dependencies +rsync is used to perform the backup.