Initial commit
This commit is contained in:
13
config
Normal file
13
config
Normal file
@ -0,0 +1,13 @@
|
||||
#Example config file for my_backup
|
||||
|
||||
#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 (default: keep all)
|
||||
keep=
|
Reference in New Issue
Block a user