File: lizardfs-gettrashtime.1.txt

package info (click to toggle)
lizardfs 3.12.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,064 kB
  • sloc: cpp: 91,899; sh: 9,341; python: 3,878; ansic: 3,109; pascal: 128; makefile: 57
file content (67 lines) | stat: -rw-r--r-- 2,275 bytes parent folder | download | duplicates (3)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
lizardfs-gettrashtime(1)
========================

== NAME

lizardfs-gettrashtime, lizardfs-settrashtime, lizardfs-rgettrashtime, lizardfs-rsettrashtime - get or set trash time

== SYNOPSIS

[verse]
*lizardfs gettrashtime* [*-r*] [*-n*|*-h*|*-H*] 'OBJECT'...

[verse]
*lizardfs rgettrashtime* [*-n*|*-h*|*-H*] 'OBJECT'...

[verse]
*lizardfs settrashtime* [*-r*] [*-n*|*-h*|*-H*] SECONDS[*+*|*-*] 'OBJECT'...

[verse]
*lizardfs rsettrashtime* [*-n*|*-h*|*-H*] SECONDS[*+*|*-*] 'OBJECT'...


== DESCRIPTION

*gettrashtime* and *settrashtime* operate on object's 'trashtime' value, i.e. the number of
seconds the file is preserved in special 'trash' directory before it's finally removed from
filesystem. 'Trashtime' must be non-negative integer value. *gettrashtime* prints current
'trashtime' value of given object(s).

== OPTIONS

*-r*::
This option enables recursive mode, which works as usual for every given file, but for every given
directory additionally prints current 'trashtime' value of all contained objects (files and
directories).

'N'\[*+*|*-*]::
If new value is specified in 'N'*+* form, 'trashtime' value is increased to 'N' for objects with
lower 'trashtime' value and unchanged for the rest. Similarly, if new value is specified as 'N'*-*,
'trashtime' value is decreased to 'N' for objects with higher 'trashtime' value and unchanged for
the rest. These tools can be used on any file, directory or deleted ('trash') file.

*-n*, *-h*, *-H*::
These options are described in lizardfs(1).

== NOTE

*rgettrashtime* and *rsettrashtime* are deprecated aliases for
*gettrashtime -r* and *settrashtime -r* respectively.

== COPYRIGHT

Copyright 2008-2009 Gemius SA, 2013-2016 Skytechnology sp. z o.o.

LizardFS is free software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, version 3.

LizardFS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.

You should have received a copy of the GNU General Public License along with LizardFS. If not, see
<http://www.gnu.org/licenses/>.

== SEE ALSO

lizardfs(1)