-
Notifications
You must be signed in to change notification settings - Fork 40
/
README.txt
66 lines (55 loc) · 1.77 KB
/
README.txt
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
CONTENTS
========
1. INTRODUCTION
2. FILES
3. INSTALLATION
4. READING THE FEATURED MANUAL
1. INTRODUCTION
===============
zxfer is a utility for transferring ZFS filesystems and their properties. It
can also transfer selected files and directories on a ZFS pool from a single
atomic snapshot. For more info consult the man page, which has extensive
usage examples.
You MUST read and understand the disclaimer before use.
Refer to the man page, and the file COPYING.
2. FILES
========
zxfer-X.Y.Z.bz2
a) README.txt - this file
b) COPYING - BSD license
c) zxfer - zxfer
d) zxfer.8.gz - man page, gzipped - FreeBSD version
e) zxfer.1m - man page, (Open)Solaris version
f) CHANGELOG.txt- list of what has changed and when
3. INSTALLATION
===============
You will need to be root before starting.
$ su
FreeBSD:
The best way is to simply install via ports. Recommended.
a) Go to ports directory.
# cd /usr/ports/sysutils/zxfer
b) Install
# make install
Here are the directions for those who want to do it manually.
a) Copy zxfer to /usr/local/sbin.
# cp zxfer /usr/local/sbin
b) Copy zxfer.8.gz to /usr/local/man/man8
# cp zxfer.8.gz /usr/local/man/man8
OpenSolaris, Solaris 11 Express:
a) Copy zxfer to /usr/sfw/bin.
# cp zxfer /usr/sfw/bin
b) Set the path to include this.
# PATH=$PATH:/usr/sfw/bin
c) Copy zxfer.1m to /usr/share/man/man1m
# cp zxfer.1m /usr/share/man/man1m
d) Delete the old catman page, if you are updating.
# rm /usr/share/man/cat1m/zxfer.1m
e) Set the MANPATH variable correctly.
# MANPATH=$MANPATH:/usr/sfw/share/man
Note that this will not set the paths permanently.
(I don't know how. If you know how, please inform me.)
4. READING THE FEATURED MANUAL
==============================
You can read the man page after you have followed the above steps by:
# man zxfer