Sponsored Content
Full Discussion: Need help with logrotation
Operating Systems Linux Fedora Need help with logrotation Post 302372439 by renuka on Wednesday 18th of November 2009 02:48:19 AM
Old 11-18-2009
Bug

Hi

thanks for the reply and solution... I want to ask you a question that *.bkp are directories and not files under /tftpboot directory. I am not sure if we can rotate directories using logrotate.

find /tftpboot/ -iname 'bkp*.gz' -type f -mtime +7 -exec rm -f \{\} \;

Also would you please explain what [ -exec rm -f \{\} \; ] means..
 

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Logrotation

Hi , We have so many log files which will increase the size day by day.. can any one let us know how to rotate the log files.. I want to move the logfile to other location after particular time and size of the log file is there any script to change these?? (2 Replies)
Discussion started by: phani4u
2 Replies

2. Solaris

Problem with logrotation

Hi, I have been trying to configure log rotation for the OS version Solaris 10, however it is not working. In Linux, these would be the parameters : rotate 4 missingok notifempty compress size 15M create 0644 root root To do the same in Solaris, I am not sure of the exact parameters... (3 Replies)
Discussion started by: anaigini45
3 Replies
ISIBOOTD(8)						    BSD System Manager's Manual 					       ISIBOOTD(8)

NAME
isibootd -- TRFS based network boot server SYNOPSIS
isibootd [-d tracelevel] [-i interface] [-s directory] DESCRIPTION
The isibootd command is a server which supports OMRON LUNA's network boot protocol based on the Transparent Remote File System (TRFS) proto- col. The TRFS protocol uses special Ethernet type packets and works within a local network. isibootd is a simple TRFS server that only supports client reads for booting and exports files in a specified directory. isibootd accepts requests only from clients listed in the /etc/ethers and have valid hostnames. The options are as follows: -d tracelevel Run isibootd in debug mode with specified tracelevel. The tracelevel can be value 1, 2, or 3, and greater tracelevel provides more detailed trace output. The server will not fork in the debug mode. -i interface Specify a network interface to service network boot. If not specified isibootd searches available network interfaces (excluding loopback) and use the first configured ``up'' one. -s directory Specify a directory containing boot files to be served by isibootd. If not specified isibootd uses /tftpboot by default. FILES
/etc/ethers /etc/hosts /tftpboot /var/run/isibootd.pid SEE ALSO
ethers(5), hosts(5), tftpd(8) http://www.NetBSD.org/ports/luna68k/install.html HISTORY
isibootd is based on isiboot utility which was originally written by Tohru Nishimura for NetBSD/luna68k development, and first appeared in NetBSD 6.0. BSD
December 15, 2011 BSD
All times are GMT -4. The time now is 08:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy