a520a7cf2f
This command can be used by a sysadmin to either copy or migrate a data file on one DS to another DS. Its main use is to recover data files onto a mirrored DS after the DS has been repaired and brought back online.
7 lines
76 B
Makefile
7 lines
76 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pnfsdscopymr
|
|
MAN= pnfsdscopymr.8
|
|
|
|
.include <bsd.prog.mk>
|