Eternos-Backup
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Eternos backup software
DaemonKit README
================

DaemonKit has generated a skeleton Ruby daemon for you to build on. Please read
through this file to ensure you get going quickly.

Directories
===========

bin/
  backupd - Stub executable to control your daemon with

config/
  Environment configuration files

lib/
  Place for your libraries

libexec/
  backupd.rb - Your daemon code

log/
  Log files based on the environment name

spec/
  rspec's home

tasks/
  Place for rake tasks

vendor/
  Place for unpacked gems and DaemonKit

tmp/
  Scratch folder


Logging
=======

One of the biggest issues with writing daemons are gettign insight into what your
daemons are doing. Logging with DaemonKit is simplified as DaemonKit creates log
files per environment in log.

On all environments except production the log level is set to DEBUG, but you can
toggle the log level by sending the running daemon SIGUSR1 and SIGUSR2 signals.
SIGUSR1 will toggle between DEBUG and INFO levels, SIGUSR2 will blatantly set the
level to DEBUG.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。