zfs-snapshot
—
Creates snapshots with the given names.
zfs |
snapshot [-r ]
[-o
property=value]...
filesystem@snapname|volume@snapname... |
zfs
snapshot
[-r
]
[-o
property=value]...
filesystem@snapname|volume@snapname...
- All previous modifications by successful system calls to the file system
are part of the snapshots. Snapshots are taken atomically, so that all
snapshots correspond to the same moment in time.
zfs
snap
can be used as an
alias for zfs
snapshot.
See the
Snapshots
section of zfsconcepts(8) for details.
-o
property=value
- Sets the specified property; see
zfs
create
for details.
-r
- Recursively create snapshots of all descendent datasets