14 lines
356 B
Plaintext
14 lines
356 B
Plaintext
#Example config file for simple_backup
|
|
|
|
[default]
|
|
#Input directories. Use a comma to separate items
|
|
inputs=/home/my_home,/etc
|
|
|
|
#Output directory
|
|
backup_dir=/media/Backup
|
|
|
|
#Exclude patterns. Use a comma to separate items
|
|
exclude=.gvfs,.cache*,[Cc]ache*,.thumbnails*,[Tt]rash*,*.backup*,*~,.dropbox*
|
|
|
|
#Number of snapshots to keep (use -1 to keep all)
|
|
keep=-1 |