Releasing debian version 2.0~a10-1.
[debian-live-boot/hramrach.git] / manpages / de / live-snapshot.de.1
blob8f4da9105c904b59f9c8710469d5fcfd3da9ed72
1 .\"*******************************************************************
2 .\"
3 .\" This file was generated with po4a. Translate the source file.
4 .\"
5 .\"*******************************************************************
6 .TH LIVE\-BOOT 1 17.06.2010 2.0~a10 "Debian Live Projekt"
8 .SH NAME
9 \fBlive\-snapshot\fP \- simple script to ease persistence usage
11 .SH SYNTAX
12 \fBlive\-snapshot\fP [\-c|\-\-cow \fIDIRECTORY] [\-d|\-\-device DEVICE\fP]
13 [\-e|\-\-exclude\-list \fIFILE\fP] [\-o|\-\-output \fIFILE\fP] [\-t|\-\-type \fITYPE\fP]
14 .br
15 \fBlive\-snapshot\fP [\-r|\-\-resync\-string STRING]
16 .br
17 \fBlive\-snapshot\fP [\-h|\-\-help]
18 .br
19 \fBlive\-snapshot\fP [\-u|\-\-usage]
20 .br
21 \fBlive\-snapshot\fP [\-v|\-\-version]
23 .SH BESCHREIBUNG
24 live\-snapshot is a script which can be used to build the right types of
25 persistent image files supported by \fIlive\-boot\fP(7). It is also used on exit
26 by the live\-boot init script to resync the boot\-found snapshots devices.
28 .SH OPTIONEN
29 .IP "\-c, \-\-cow \fIDIRECTORY\fP" 4
30 specifies the input directory to be cloned in the image file. Its default
31 value "/live/cow" should be right for most uses. However it could be handy
32 to specify "/home" and type ext2 for the type to prepare an image file
33 suited to be directly mounted by live\-boot as home.
34 .IP "\-d, \-\-device \fIDEVICE\fP" 4
35 sets the device where the media which the snapshot/persistence
36 file/partition will be put. If it is not specified, a tmpfs will be used and
37 linked to the user's desktop to move it where it is needed. If the device
38 has no filesystem, an ext2 fs will be automatically created and labelled
39 according to the values specified after the "\-\-output" value or with a sane
40 default.
41 .IP "\-e, \-\-exclude\-list \fIFILE\fP" 4
42 a file containing a list of filenames/paths that should not be saved. This
43 exclude list will be remebered on the target snapshot media for reuse.
44 .IP "\-o, \-\-output \fIFILE\fP" 4
45 the filename/label used for the output file/partition. If left blank,
46 live\-snapshot will search for a proper file on the device or use the whole
47 partition.
48 .IP "\-r, \-\-resync\-string \fISTRING\fP" 4
49 internally used on resyncs.
50 .IP "\-f, \-\-refresh" 4
51 try to do the same operation that should be done at reboot or halt,
52 resyncing boot\-time auto discovered snapshots. Useful to prevent a crash or
53 surge power\-off.
54 .IP "\-t, \-\-type \fITYPE\fP" 4
55 Type could be one of "cpio", "squashfs", "ext2", "ext3", "ext4", or "jffs2".
56 .IP "\-h, \-\-help" 4
57 display help and exit.
58 .IP "\-u, \-\-usage" 4
59 show usage and exit.
60 .IP "\-v, \-\-version" 4
61 output version information and exit.
63 .SH DATEIEN
64 .IP \fB/etc/live.conf\fP 4
65 Some variables can be configured via this config file (inside the live
66 system).
67 .IP \fBlive/filesystem.module\fP 4
68 This optional file (inside the live media) contains a list of white\-space or
69 carriage\-return\-separated file names corresponding to disk images in the
70 "/live" directory. If this file exists, only images listed here will be
71 merged into the root aufs, and they will be loaded in the order listed
72 here. The first entry in this file will be the "lowest" point in the aufs,
73 and the last file in this list will be on the "top" of the aufs, directly
74 below /cow.  Without this file, any images in the "/live" directory are
75 loaded in alphanumeric order.
76 .IP \fB/etc/live\-persistence.binds\fP 4
77 This optional file (which resides in the rootfs system, not in the live
78 media) is used as a list of directories which not need be persistent:
79 ie. their content does not need to survive reboots when using the
80 persistence features.
81 .br
82 This saves expensive writes and speeds up operations on volatile data such
83 as web caches and temporary files (like e.g. /tmp and .mozilla) which are
84 regenerated each time. This is achieved by bind mounting each listed
85 directory with a tmpfs on the original path.
87 .SH "SIEHE AUCH"
88 \fIlive\-boot\fP(1)
89 .PP
90 \fIlive\-config\fP(7)
91 .PP
92 \fIlive\-helper\fP(7)
94 .SH HOMEPAGE
95 Weitere Informationen ueber live\-boot und das Debian Live Projekt koennen
96 auf der Homepage unter <\fIhttp://live.debian.net/\fP> und im Handbuch
97 unter <\fIhttp://live.debian.net/manual/\fP> gefunden werden.
99 .SH FEHLER
100 Fehler koennen durch Einreichen eines Fehlerberichtes fuer das live\-boot
101 Paket im Debian Bug Tracking System unter
102 <\fIhttp://bugs.debian.org/\fP> oder durch Senden einer E\-Mail an die
103 Debian Live Mailing Liste unter <\fIdebian\-live@lists.debian.org\fP>
104 (englischsprachig) mitgeteilt werden.
106 .SH AUTOR
107 live\-boot wurde von Daniel Baumann <\fIdaniel@debian.org\fP> fuer das
108 Debian Projekt geschrieben.