#
# backup config for hdup
#
#
# keywords:
# [name] : name of a host, relevant information under that line
# dir = list of directories to backup : 
# exclude = list of regexps of file
#           which you _don't_ want in the archive
# remote  = specify the remote dir when using the @HOST argument
# '#' is comment
# newline is ignored


[global]
dir = /tmp/storage/backup-enter

[enter]
dir = /var/www


