1LIZARDFS-GETGOAL(1) LIZARDFS-GETGOAL(1)
2
3
4
6 lizardfs-getgoal, lizardfs-setgoal, lizardfs-rgetgoal, lizardfs-
7 rsetgoal - change or retrieve goal
8
10 lizardfs getgoal [-r] [-n|-h|-H] OBJECT...
11
12 lizardfs rgetgoal [-n|-h|-H] OBJECT...
13
14 lizardfs setgoal [-r] [-n|-h|-H] GOAL_NAME OBJECT...
15
16 lizardfs rsetgoal [-n|-h|-H] GOAL_NAME OBJECT...
17
19 getgoal and setgoal operate on object’s goal value.
20
21 getgoal prints current goal value of given object(s). These tools can
22 be used on any file, directory or deleted (trash) file.
23
25 -r
26 This option enables recursive mode, which works as usual for every
27 given file, but for every given directory additionally prints
28 current value of all contained objects (files and directories).
29
30 -n, -h, -H
31 These options are described in lizardfs(1).
32
34 rgetgoal and rsetgoal are deprecated aliases for getgoal -r and setgoal
35 -r respectively.
36
38 Copyright 2008-2009 Gemius SA, 2013-2016 Skytechnology sp. z o.o.
39
40 LizardFS is free software: you can redistribute it and/or modify it
41 under the terms of the GNU General Public License as published by the
42 Free Software Foundation, version 3.
43
44 LizardFS is distributed in the hope that it will be useful, but WITHOUT
45 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
46 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
47 for more details.
48
49 You should have received a copy of the GNU General Public License along
50 with LizardFS. If not, see http://www.gnu.org/licenses/.
51
53 lizardfs(1)
54
55
56
57 07/20/2023 LIZARDFS-GETGOAL(1)