1LIZARDFS-MAKESNAPSH(1) LIZARDFS-MAKESNAPSH(1)
2
3
4
6 lizardfs-makesnapshot - make lazy copies
7
9 lizardfs makesnapshot [-o] [-f] SOURCE... DESTINATION
10
12 makesnapshot makes a "real" snapshot (lazy copy, like in case of
13 appendchunks) of some object(s) or subtree (similarly to cp -r
14 command). It’s atomic with respect to each SOURCE argument separately.
15 If DESTINATION points to already existing file, error will be reported
16 unless -f (force) or it’s alias -o (overwrite) option is given.
17
18 Note
19 if SOURCE is a directory, it’s copied as a whole; but if it’s
20 followed by trailing slash, only directory content is copied.
21
23 Copyright 2008-2009 Gemius SA, 2013-2016 Skytechnology sp. z o.o.
24
25 LizardFS is free software: you can redistribute it and/or modify it
26 under the terms of the GNU General Public License as published by the
27 Free Software Foundation, version 3.
28
29 LizardFS is distributed in the hope that it will be useful, but WITHOUT
30 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
31 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
32 for more details.
33
34 You should have received a copy of the GNU General Public License along
35 with LizardFS. If not, see http://www.gnu.org/licenses/.
36
38 lizardfs(1), lizardfs-appendchunks(1)
39
40
41
42 08/09/2020 LIZARDFS-MAKESNAPSH(1)