-
Notifications
You must be signed in to change notification settings - Fork 8
/
copyfs-fversion.1
46 lines (44 loc) · 1.21 KB
/
copyfs-fversion.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.TH COPYFS-FVERSION "1" "October 2006" "copyfs-fversion" "User Commands"
.SH NAME
copyfs-fversion
.SH SYNOPSIS
.B copyfs-fversion [-h] [-r] [-s] [-l version] [-g] [-d v1,v2] [-G string] [-p n|A] file
[\fIOPTIONS\fR]...
.SH DESCRIPTION
This is the copyfs-fversion program. This programs lets you see and change versions informations on files hosted on a copyfs file system.
.TP
\fB\-h\fR
Print help and exit
.TP
\fB\-r\fR
Release the version lock
.TP
\fB\-s\fR
Show the versions available for this file (default action)
.TP
\fB\-g\fR
Get the version number in use
.TP
\fB\-l\fR \fIversion\fR
Lock this version
.TP
\fB\-d\fR \fIv1,v2\fR
Show the diff of two versions
.TP
\fB\-G\fR \fIstring\fR
Search all versions of a file for a string
.TP
\fB\-p\fR \fIn|A\fR
Purge the oldest n versions of the file or A for All
.TP
\fB\-t\fR \fItagfile\fR
Create a tagfile. This tagfile will contain the versions informations about the selected files. You can then restore thoses version later using this tagfile.
.TP
\fB\-u\fR \fItagfile\fR
Restore a tagfile.
.SH AUTHORS
CopyFS was created by Thomas Joubert and Nicolas Vigier <[email protected]>
.SH "MORE INFOS"
http://n0x.org/copyfs/
.SH SEE ALSO
copyfs(1), copyfs-mount(1), copyfs-daemon(1)