zfs-replicate is a zfs send
wrapper somewhat in the style of rsync
. It
makes the destination snapshots match those from the source.
Run zfs-replicate --help
to see the options.
This is primarily a private script being shared as is. Pull requests will be considered on a limited basis. Bug reports may be ignored if they are non-trivial or don't affect the author's use cases.
This project is licensed under GPLv2 or later. If you need this under a different license, please ask.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA