initial commit v1.0

This commit is contained in:
2014-11-28 15:28:57 +01:00
commit 2e41d8eb52
4 changed files with 183 additions and 0 deletions

11
config.cfg.sample Normal file
View File

@@ -0,0 +1,11 @@
# PRENAME: Name of backup
# PREDEST: Destination where backup should stored in
# PREDIRS: Directory which should be backupped
PRENAME[0]=name1
PREDEST[0]=/home/user/backup/name1
PREDIRS[0]="/home/user/documents"
PRENAME[0]=name2
PREDEST[0]=/home/user/backup/name2
PREDIRS[0]="/home/user/pictures"