12 lines
299 B
Plaintext
12 lines
299 B
Plaintext
|
|
# 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"
|