Man page - mfsclrarchive(1)
Packages contas this manual
- mfsrmsnapshot(1)
- mfsdirinfo(1)
- mfscopygoal(1)
- mfscopytrashretention(1)
- mfseattr(1)
- mfsgetgoal(1)
- mfsgetsclass(1)
- mfstrashretention(1)
- mfsgetfacl(1)
- mfschkarchive(1)
- mfscreatesclass(1)
- mfsdiagtools(1)
- mfsfilepaths(1)
- mfsbdev(8)
- mfsfilerepair(1)
- mfsquota(1)
- mfsgettrashtime(1)
- mfscopyquota(1)
- mfsappendchunks(1)
- mfsfacl(1)
- mfsclrarchive(1)
- mfslistsclass(1)
- mfsdeletesclass(1)
- mfsclonesclass(1)
- mfssettrashretention(1)
- mfscheckfile(1)
- mount.moosefs(8)
- mfssclass(1)
- mfssetfacl(1)
- mfsmount(8)
- mfscreatepattern(1)
- mfsfileinfo(1)
- mfsmakesnapshot(1)
- mfscopytrashtime(1)
- mfscopyeattr(1)
- mfstrashtime(1)
- mfsbdev.cfg(5)
- mfsarchive(1)
- mfsdelquota(1)
- mfscopysclass(1)
- mfsdeletepattern(1)
- mfssettrashtime(1)
- mfsgetquota(1)
- mfsgeteattr(1)
- mfsgettrashretention(1)
- mfssnapshots(1)
- mfssetgoal(1)
- mfsseteattr(1)
- mfsimportsclass(1)
- mfsxchgsclass(1)
- mfssetsclass(1)
- mfspatadmin(1)
- mfssetquota(1)
- mfslistpattern(1)
- mfsscadmin(1)
- mfsgoal(1)
- mfssetarchive(1)
- mfsdeleattr(1)
- mfsmodifysclass(1)
- mfsrenamesclass(1)
- mfstools(1)
apt-get install moosefs-client
Manual
| mfsarchive(1) | This is part of MooseFS | mfsarchive(1) |
NAME
mfsarchive - MooseFS archive storage mode management tools
SYNOPSIS
mfschkarchive [-?] [-n|-h|-H|-k|-m|-g] OBJECT...
mfsclrarchive [-?] [-n|-h|-H|-k|-m|-g] OBJECT...
mfssetarchive [-?] [-n|-h|-H|-k|-m|-g] OBJECT...
DESCRIPTION
These tools operate on object's archive bit. This bit is usually set automatically according to storage class definition (ARCH_DELAY). When this bit is set then ARCH_LABELS from storage class definition are used, otherwise KEEP_LABES are used.
mfschkarchive prints current archive bit value of given object(s). If given OBJECT is a DIRECTORY then it prints current archive bit value of all contained files (recursively).
mfsclrarchive and mfssetarchive clears/sets current archive bit of given object(s). As in mfschkarchive if OBJECT is a DIRECTORY then this tool works recursively.
GENERAL OPTIONS
Most MooseFS tools use -n, -h, -H, -k, -m and -g options to select format of printed numbers. -n causes to print exact numbers, -h uses binary prefixes (Ki, Mi, Gi as 2^10, 2^20 etc.) while -H uses SI prefixes (k, M, G as 10^3, 10^6 etc.). -k, -m and -g show plain numbers respectivaly in kibis (binary kilo - 1024), mebis (binary mega - 1024^2) and gibis (binary giga - 1024^3). The same can be achieved by setting MFSHRFORMAT environment variable to: 0 (exact numbers), 1 or h (binary prefixes), 2 or H (SI prefixes), 3 or h+ (exact numbers and binary prefixes), 4 or H+ (exact numbers and SI prefixes). The default is to print just exact numbers.
Option -? displays short usage message.
REPORTING BUGS
Report bugs to <bugs@moosefs.com>.
COPYRIGHT
Copyright (C) 2025 Jakub Kruszona-Zawadzki, Saglabs SA
This file is part of MooseFS.
MooseFS 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 2 (only).
MooseFS 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 MooseFS; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02111-1301, USA or visit http://www.gnu.org/licenses/gpl-2.0.html
SEE ALSO
mfsmount(8), mfstools(1), mfssclass(1)
| February 2025 | MooseFS 4.57.5-1 |