1LIZARDFS-APPENDCHUN(1) LIZARDFS-APPENDCHUN(1)
2
3
4
6 lizardfs-appendchunks - lazy append chunks
7
9 lizardfs appendchunks SNAPSHOT_FILE OBJECT...
10
12 appendchunks (equivalent of mfssnapshot from MooseFS 1.5) appends a
13 lazy copy of specified file(s) to specified snapshot file ("lazy" means
14 that creation of new chunks is delayed to the moment one copy is
15 modified). If multiple files are given, they are merged into one target
16 file in the way that each file begins at chunk (64MB) boundary; padding
17 space is left empty.
18
20 Copyright 2008-2009 Gemius SA, 2013-2016 Skytechnology sp. z o.o.
21
22 LizardFS is free software: you can redistribute it and/or modify it
23 under the terms of the GNU General Public License as published by the
24 Free Software Foundation, version 3.
25
26 LizardFS is distributed in the hope that it will be useful, but WITHOUT
27 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
28 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
29 for more details.
30
31 You should have received a copy of the GNU General Public License along
32 with LizardFS. If not, see http://www.gnu.org/licenses/.
33
35 lizardfs(1)
36
37
38
39 07/21/2022 LIZARDFS-APPENDCHUN(1)