Re: shell wrapper to set ioctls before & after a command execution?
Goswin von Brederlow <[email protected]>
| Newsgroups | gmane.linux.debian.ports.amd64 |
|---|---|
| Message-ID | <20130711130325.GA26521@frosties> |
On Thu, Jun 06, 2013 at 12:47:07PM -0400, Robert Goley wrote: > That sounds like a good idea but you would need to blacklist the PIDs of > the commands called from your backup script as well. Most likely, they are > the processes opening all of the files to start with. You might want to > look at using a python script for your backup script so you can more easily > capture the PIDs of the executed commands. That seems like a good place to use cgroups. MfG Goswin