mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
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>
|