1234567891011121314151617181920212223242526272829 |
- [l3qd]
- # default values
- # port = 39911
- # db_file=/var/lib/l3q/l3q.db
- # l3qd_log=/var/log/l3q/l3q.log
- # l3qd_err_log=/var/log/l3q/l3q.err
- # queue = Default
- # The intervall when status of
- # nodes are checked and queue updated.
- # Minimum value is 30 seconds
- # poll_intervall = 60
- # Database backup config
- # db_backup_directory=/var/lib/l3q/backup/
- #
- # Database will be backed up
- # once every day at specified
- # hour (24 hours) and minute.
- # Both hour and minute should be
- # specified as integers.
- # db_backup_hour = 2
- # db_backup_minute = 0
- #
- # Number of backups that will
- # be saved, the latest number
- # of days.
- # db_backup_max_count = 5
|