]> git.proxmox.com Git - systemd.git/blob - man/systemd.snapshot.5
Imported Upstream version 217
[systemd.git] / man / systemd.snapshot.5
1 '\" t
2 .TH "SYSTEMD\&.SNAPSHOT" "5" "" "systemd 217" "systemd.snapshot"
3 .\" -----------------------------------------------------------------
4 .\" * Define some portability stuff
5 .\" -----------------------------------------------------------------
6 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 .\" http://bugs.debian.org/507673
8 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
9 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 .ie \n(.g .ds Aq \(aq
11 .el .ds Aq '
12 .\" -----------------------------------------------------------------
13 .\" * set default formatting
14 .\" -----------------------------------------------------------------
15 .\" disable hyphenation
16 .nh
17 .\" disable justification (adjust text to left margin only)
18 .ad l
19 .\" -----------------------------------------------------------------
20 .\" * MAIN CONTENT STARTS HERE *
21 .\" -----------------------------------------------------------------
22 .SH "NAME"
23 systemd.snapshot \- Snapshot unit configuration
24 .SH "SYNOPSIS"
25 .PP
26 \fIsnapshot\fR\&.snapshot
27 .SH "DESCRIPTION"
28 .PP
29 Snapshot units are not configured via unit configuration files\&. Nonetheless they are named similar to filenames\&. A unit whose name ends in
30 "\&.snapshot"
31 refers to a dynamic snapshot of the systemd runtime state\&.
32 .PP
33 Snapshots are not configured on disk but created dynamically via
34 \fBsystemctl snapshot\fR
35 (see
36 \fBsystemctl\fR(1)
37 for details) or an equivalent command\&. When created, they will automatically get dependencies on the currently activated units\&. They act as saved runtime state of the systemd manager\&. Later on, the user may choose to return to the saved state via
38 \fBsystemctl isolate\fR\&. They are useful to roll back to a defined state after temporarily starting/stopping services or similar\&.
39 .SH "SEE ALSO"
40 .PP
41 \fBsystemd\fR(1),
42 \fBsystemctl\fR(1),
43 \fBsystemd.unit\fR(5),
44 \fBsystemd.directives\fR(7)