summaryrefslogtreecommitdiffstats
path: root/src/plugins/abrt-action-trim-files.txt
blob: a8d8a50e56d3590eeee3b8545e798746bc2e9bc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
abrt-action-trim-files(1)
=========================

NAME
----
abrt-action-trim-files - Deletes old dump 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]

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

-d SIZE:DIR::
   Delete dump 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 this dump directory (never consider it for deletion)

AUTHORS
-------
* ABRT team