mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 16:35:27 -04:00
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.
6 lines
76 B
Makefile
6 lines
76 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pnfsdscopymr
|
|
MAN= pnfsdscopymr.8
|
|
|
|
.include <bsd.prog.mk>
|