Blob Blame History Raw
abrt-action-trim-files(1)
=========================

NAME
----
abrt-action-trim-files - Deletes old problem directories or files
in specified directories until they are smaller than specified size.

SYNOPSIS
--------
'abrt-action-trim-files' [-v] [-d SIZE:DIR]... [-f SIZE:DIR]... [-p DIR] [FILE]...

OPTIONS
-------
-v::
   Be more verbose. Can be given multiple times.

-d SIZE:DIR::
   Delete problem directories in DIR.
   SIZE can be suffixed by k,m,g,t to specify kilo,mega,giga,terabytes.

-f SIZE:DIR::
   Delete files in DIR

-p DIR::
   Preserve DIR (never consider it for deletion)

FILE::
   Preserve FILE (never consider it for deletion)

AUTHORS
-------
* ABRT team