2023-04-15 12:40:09 +02:00
|
|
|
#Example config file for simple_backup
|
2015-11-25 13:26:57 +01:00
|
|
|
|
2023-04-15 12:40:09 +02:00
|
|
|
[default]
|
2015-10-29 19:42:40 +01:00
|
|
|
#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
|
2023-04-15 21:36:45 +02:00
|
|
|
exclude=.gvfs,.local/share/gvfs-metadata,.cache,.dbus,.Trash,.local/share/Trash,.macromedia,.adobe,.recently-used,.recently-used.xbel,.thumbnails
|
2015-10-29 19:42:40 +01:00
|
|
|
|
2019-09-16 18:12:19 +02:00
|
|
|
#Number of snapshots to keep (use -1 to keep all)
|
2023-04-15 12:40:09 +02:00
|
|
|
keep=-1
|