File: slbackup.conf

package info (click to toggle)
slbackup 0.0.12-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: perl: 609; sh: 75; makefile: 5
file content (34 lines) | stat: -rw-r--r-- 847 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<client>
    <localhost>
        address	    localhost
        location    /etc
        location    /home
        location    /var/backups
        type        local
        user        root
        keep	    185
    </localhost>
#    <externhost>
#        address     extern.domain
#        location    /etc
#        location    /var/backups
#        type        extern
#        user        root
#        keep        0
#    </externhost>
#    <externhost2>
#        address     somehost.domain
#        location    /
#        exclude     /proc
#        exclude     /sys
#        exclude     /tmp
#	 exclude_regexp	\.((?i)mpg|avi|mp3|mpeg|wma|wav)$
#        type        extern
#        user        root
#        keep        0
#    </externhost2>
</client>
server_address	backupserver.domain
server_destdir	/backup
server_type	local
server_user	root