Feature #2900
closed"zfs snapshot" should be able to create multiple, arbitrary snapshots at once
80%
Description
The "zfs snapshot" command can create a single snapshot, or with the -r flag, a snapshot for every filesystem under a certain point. But it may be desired to create only some snapshots, and to specify a different name for each of them. The "zfs snapshot" command should allow you to specify multiple snapshots, e.g. "zfs snapshot pool/fs@a pool/fs2@b".
Updated by Eric Schrock over 11 years ago
- Status changed from In Progress to Resolved
changeset: 13743:95aba6e49b9f
tag: tip
user: Matthew Ahrens <mahrens@delphix.com>
date: Sat Jun 30 13:00:47 2012 -0700
description:
2882 implement libzfs_core
2883 changing "canmount" property to "on" should not always remount dataset
2900 "zfs snapshot" should be able to create multiple, arbitrary snapshots at once
Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Chris Siden <christopher.siden@delphix.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Bill Pijewski <wdp@joyent.com>
Reviewed by: Dan Kruchinin <dan.kruchinin@gmail.com>
Approved by: Eric Schrock <Eric.Schrock@delphix.com>