initial commit v1.0
This commit is contained in:
11
config.cfg.sample
Normal file
11
config.cfg.sample
Normal 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"
|
||||
Reference in New Issue
Block a user