aboutsummaryrefslogtreecommitdiff
path: root/sysutils/zrep
Commit message (Collapse)AuthorAgeFilesLines
* - Removed NO_INSTALL_MANPAGES, NO_INSTALL, NO_EXTRACT because not necessaryVeniamin Gvozdikov2014-01-031-4/+0
| | | | | | | Submitted by: mat Notes: svn path=/head/; revision=338574
* Zrep is an enterprise-grade, single-program solution for handling asynchronous,Veniamin Gvozdikov2014-01-034-0/+144
continuous replication of a zfs filesystem, to another filesystem. That filesystem can be on another machine, or on the same machine. It also handles 'failover', as simply as "zrep failover datapool/yourfs". This will conveniently handle all the details of - Making 'yourfs' be a data destination, rather than a source - Making 'yourfs' be read-only - Making the destination fs be "live", and ready to transfer data to yourfs WWW: http://www.bolthole.com/solaris/zrep/ PR: ports/184086 Submitted by: Oleg Ginzburg <olevole@olevole.ru> Notes: svn path=/head/; revision=338565