Networker

Re: [Networker] turn off .nsr ?

2003-05-10 02:25:59
Subject: Re: [Networker] turn off .nsr ?
From: "Tarjei T. Jensen" <tarjei.jensen AT KVAERNER DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Sat, 10 May 2003 02:26:05 -0400
Peter D. Gray wrote:

>I don't suppose there is a way to stop networker looking
>for .nsr files is there? There are 2 reasons for this:
>
>1) Security, I don't want users able to turn off backups
>        for directories, thus allowing them to remove files
>        when we investigate incidents and we have no record of
>        what was there.
>
>2) The cost. The time to check for .nsr in every
>        directory really adds up.

You can probably do an image backup of the file system.

Otherwise it might be a good idea to search for .nsr files.

e.g.

find /path -name .nsr -type=f -print
or
find /path -name .nsr -type=f -exec rm -f {} \;

greetings,

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv AT listmail.temple DOT edu or visit the list's Web site at
http://listmail.temple.edu/archives/networker.html where you can
also view and post messages to the list.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

<Prev in Thread] Current Thread [Next in Thread>