clarify how the nodata option should be specified in the config file for mysql
[matthijs/upstream/backupninja.git] / examples / example.makecd
1
2 # TYP is cd or dvd AS WELL AS the disk inside!!
3 burnertype = cd
4
5 # system (yes) or directory/files (no)
6 # this function not yet implemented
7 #system = yes
8
9 # location for image file
10 backupdir = /var/backups/makecd
11
12 # image filename
13 imagefile = example.iso
14
15 # iso or burn to cd/dvd?
16 isoonly = no
17
18 # cd/dvd burner device
19 device=/dev/hdc
20
21 # base directory to include in the backup
22 target = /
23
24 # files or directories to be excluded
25 exclude = /proc
26 exclude = /lost+found
27 exclude = /tmp
28
29 # backupninja will perfrom this at gvien date/time
30 when = wednesday at 02:00
31