root/tags/1.05/doc/exampleconfig.txt

Revision 4, 441 bytes (checked in by bradfitz, 4 years ago)

some docs

Line 
1# a sample ~/.brackup.conf
2
3[TARGET:raidbackups]
4type = Filesystem              # this can be any Brackup::Target::<foo> subclass
5path = /raid/backup/brackup
6
7[SOURCE:proj]
8path = /raid/bradfitz/proj/
9chunk_size = 5m
10gpg_recipient = 5E1B3EC5
11
12[SOURCE:bradhome]
13chunk_size = 64MB
14path = /raid/bradfitz/
15ignore = ^\.thumbnails/
16ignore = ^\.kde/share/thumbnails/
17ignore = ^\.ee/minis/
18ignore = ^build/
19ignore = ^(gqview|nautilus)/thumbnails/
20
21
Note: See TracBrowser for help on using the browser.