search for: log_dest

Displaying 2 results from an estimated 2 matches for "log_dest".

Did you mean: log_desc
2004 Jun 18
1
Rsync, Cygwin, & SSH: ntsec OR nontsec?
..._Login_Name> set USER_IP=<SourceIP> set BKUP_SRC=/cygdrive/c/foo-dir rem ------------------- These should not change-usually. set INST_DIR=rsync_backup set INST_LOC=C:\%INST_DIR% set CYGWIN=binmode tty set TERM=ansi set HOME=%INST_LOC% set REMOTE=<serverIP> set BKUP_DEST=data/ set LOG_DEST=backup_stats/ set LOG_FILE=/cygdrive/c/%INST_DIR%/home_rsync.log set BKUP_BKUP_DIR=backup_backups/ rem ------------------- The commands. date /T > c:\rsync_backup\home_rsync.log rem Following is on one line rsync -auvzbpt --partial --modify-window=5 --backup-dir=%BKUP_BKUP_DIR% --rsh="...
2011 Apr 18
3
Logging configuration
How do I tell puppet to log somewhere other than /var/log/messages. None of the logging configuration options seem to do anything any more. Specifically puppetdlog. # The log file for puppet agent. This is generally not used. # The default value is ''$logdir/puppetd.log''. puppetdlog = /var/lib/puppet/log/puppetd.log -- You received this message because you are