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
|