Update README.md

This commit is contained in:
daniele 2015-12-08 11:32:45 +01:00
parent a2c4e54c47
commit 7c3eb9ed24

View File

@ -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.