1RMCP(8) System Manager's Manual RMCP(8)
2
3
4
6 rmcp - remove NILFS2 checkpoints
7
9 rmcp [options] [device] checkpoint-range ...
10
12 rmcp is a utility for removing checkpoints from the NILFS2 file system
13 found in device. The checkpoints which user wants to remove are speciā
14 fied with one or more checkpoint-ranges. When device is omitted, rmcp
15 tries to find a NILFS2 file system from /proc/mounts.
16
17 The checkpoint-range must be provided with one or two integers in one
18 of the following way:
19
20 cno single checkpoint number
21
22 start..end
23 every checkpoint number between start and end
24
25 ..end every checkpoint number equal or younger than end
26
27 start..
28 every checkpoint number equal or greater than start
29
30 This command is valid only for mounted NILFS2 file systems, and will
31 fail if the device has no active mounts.
32
34 -f, --force
35 Ignore snapshots or nonexistent checkpoints.
36
37 -i, --interactive
38 Prompt before any removal.
39
40 -h, --help
41 Display help message and exit.
42
43 -V, --version
44 Display version and exit.
45
47 Koji Sato, Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>.
48
50 rmcp is part of the nilfs-utils package and is available from
51 http://nilfs.sourceforge.net.
52
54 nilfs(8), lscp(1), mkcp(8), chcp(8), nilfs-tune(8).
55
56
57
58nilfs-utils version 2.2 Apr 2014 RMCP(8)