-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port receive property overrides from FreeBSD patch
Currently missing man page changes because I don't understand them yet. Issue: zfsonlinuz/zfs#1050 This is a port of patch by Steven Hartland for FreeBSD from Illumos feature #2745, original patch is available at: http://blog.multiplay.co.uk/dropzone/freebsd/zfs-recv-properties.patch --- Adds support for property overrides (-o property=value), property excludes (-x property) and dataset limits (-l <volume|filesystem>) to zfs receive. Both -o and -x options mirror the functionality already available in Oracle's ZFS implementation which is also mentioned in the upstream feature request #2745: https://www.illumos.org/issues/2745 The -l option allows receive to be limited to specific datasets within the stream effectively allowing partial restores from a multi dataset stream.
- Loading branch information
Trevor Joynson (trevorj)
committed
Apr 4, 2013
1 parent
9d248f7
commit 80617ec
Showing
5 changed files
with
314 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.