table of contents
other versions
- bullseye 2.0.3-9+deb11u1
- bullseye-backports 2.1.11-1~bpo11+1
- testing 2.1.11-1
- unstable 2.1.11-1
ZFS-SNAPSHOT(8) | System Manager's Manual | ZFS-SNAPSHOT(8) |
NAME¶
zfs-snapshot
—
Creates snapshots with the given names.
SYNOPSIS¶
zfs |
snapshot [-r ]
[-o
property=value]...
filesystem@snapname|volume@snapname... |
DESCRIPTION¶
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 forzfs
snapshot.
See the Snapshots section of zfsconcepts(8) for details.
SEE ALSO¶
zfs-bookmark(8), zfs-clone(8), zfs-destroy(8), zfs-diff(8), zfs-hold(8), zfs-rename(8), zfs-rollback(8), zfs-send(8)
June 30, 2019 | Linux |