summaryrefslogtreecommitdiffstats
path: root/templates/man1/systemd-vpick.1.pot
blob: 29f9db1fb52f4017b7b2ca49747901b02de08030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2024-06-15 09:13+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. type: TH
#: debian-unstable fedora-rawhide
#, no-wrap
msgid "SYSTEMD-VPICK"
msgstr ""

#. type: TH
#: debian-unstable fedora-rawhide
#, no-wrap
msgid "systemd 256~rc3"
msgstr ""

#. type: TH
#: debian-unstable fedora-rawhide
#, no-wrap
msgid "systemd-vpick"
msgstr ""

#.  -----------------------------------------------------------------
#.  * MAIN CONTENT STARTS HERE *
#.  -----------------------------------------------------------------
#. type: SH
#: debian-unstable fedora-rawhide
#, no-wrap
msgid "NAME"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "systemd-vpick - Resolve paths to \"\\&.v/\" versioned directories"
msgstr ""

#. type: SH
#: debian-unstable fedora-rawhide
#, no-wrap
msgid "SYNOPSIS"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "B<systemd-vpick >B<[OPTIONS...]>B< >B<[PATH...]>"
msgstr ""

#. type: SH
#: debian-unstable fedora-rawhide
#, no-wrap
msgid "DESCRIPTION"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"B<systemd-vpick> resolves a file system path referencing a \"\\&.v/\" "
"versioned directory to a path to the newest (by version) file contained "
"therein\\&. This tool provides a command line interface for the B<systemd."
"v>(7)  logic\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"The tool expects a path to a \"\\&.v/\" directory as argument (either "
"directly, or with a triple underscore pattern as final component)\\&. It "
"then determines the newest file contained in that directory, and writes its "
"path to standard output\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"Unless the triple underscore pattern is passed as last component of the "
"path, it is typically necessary to at least specify the B<--suffix=> switch "
"to configure the file suffix to look for\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"If the specified path does not reference a \"\\&.v/\" path (i\\&.e\\&. "
"neither the final component ends in \"\\&.v\", nor the penultimate does or "
"the final one does contain a triple underscore) it specified path is written "
"unmodified to standard output\\&."
msgstr ""

#. type: SH
#: debian-unstable fedora-rawhide
#, no-wrap
msgid "OPTIONS"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "The following options are understood:"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "B<--basename=>, B<-B>"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"Overrides the \"basename\" of the files to look for, i\\&.e\\&. the part to "
"the left of the variable part of the filenames\\&. Normally this is derived "
"automatically from the filename of the \"\\&.v\" component of the specified "
"path, or from the triple underscore pattern in the last component of the "
"specified path\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "Added in version 256\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "B<-V>"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"Explicitly configures the version to select\\&. If specified, a filename "
"with the specified version string will be looked for, instead of the newest "
"version available\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "B<-A>"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"Explicitly configures the architecture to select\\&. If specified, a "
"filename with the specified architecture identifier will be looked for\\&. "
"If not specified only filenames with a locally supported architecture are "
"considered, or those without any architecture identifier\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "B<--suffix=>, B<-S>"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"Configures the suffix of the filenames to consider\\&. For the \"\\&.v/\" "
"logic it is necessary to specify the suffix to look for, and the \"\\&.v/\" "
"component must also carry the suffix immediately before \"\\&.v\" in its "
"name\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "B<--type=>, B<-t>"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"Configures the inode type to look for in the \"\\&.v/\" directory\\&. Takes "
"one of \"reg\", \"dir\", \"sock\", \"fifo\", \"blk\", \"chr\", \"lnk\" as "
"argument, each identifying an inode type\\&. See B<inode>(7)  for details "
"about inode types\\&. If this option is used inodes not matching the "
"specified type are filtered and not taken into consideration\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "B<--print=>, B<-p>"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"Configures what precisely to write to standard output\\&. If not specified "
"prints the full, resolved path of the newest matching file in the \"\\&.v/\" "
"directory\\&. This switch can be set to one of the following:"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"If set to \"filename\", will print only the filename instead of the full "
"path of the resolved file\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"If set to \"version\", will print only the version of the resolved file\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"If set to \"type\", will print only the inode type of the resolved file "
"(i\\&.e\\&. a string such as \"reg\" for regular files, or \"dir\" for "
"directories)\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"If set to \"arch\", will print only the architecture of the resolved file\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"If set to \"tries\", will print only the tries left/tries done of the "
"resolved file\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"If set to \"all\", will print all of the above in a simple tabular output\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "B<--resolve=>"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"Takes a boolean argument\\&. If true the path to the versioned file is fully "
"canonicalized (i\\&.e\\&. symlinks resolved, and redundant path components "
"removed) before it is shown\\&. If false (the default) this is not done, and "
"the path is shown without canonicalization\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "B<-h>, B<--help>"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "Print a short help text and exit\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "B<--version>"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "Print a short version string and exit\\&."
msgstr ""

#. type: SH
#: debian-unstable fedora-rawhide
#, no-wrap
msgid "EXAMPLES"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"Use a command like the following to automatically pick the newest raw disk "
"image from a \"\\&.v/\" directory:"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
#, no-wrap
msgid "$ systemd-vpick --suffix=\\&.raw --type=reg /var/lib/machines/quux\\&.raw\\&.v/\n"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"This will enumerate all regular files matching /var/lib/machines/quux\\&."
"raw\\&.v/quux*\\&.raw, filter and sort them according to the rules described "
"in B<systemd.v>(7), and then write the path to the newest (by version) file "
"to standard output\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"Use a command like the following to automatically pick the newest OS "
"directory tree from a \"\\&.v/\" directory:"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
#, no-wrap
msgid "$ systemd-vpick --type=dir /var/lib/machines/waldo\\&.v/\n"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid ""
"This will enumerate all directory inodes matching /var/lib/machines/waldo\\&."
"v/waldo*, filter and sort them according to the rules described in B<systemd."
"v>(7), and then write the path to the newest (by version) directory to "
"standard output\\&."
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "For further examples see B<systemd.v>(7)\\&."
msgstr ""

#. type: SH
#: debian-unstable fedora-rawhide
#, no-wrap
msgid "EXIT STATUS"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "On success, 0 is returned, a non-zero failure code otherwise\\&."
msgstr ""

#. type: SH
#: debian-unstable fedora-rawhide
#, no-wrap
msgid "SEE ALSO"
msgstr ""

#. type: Plain text
#: debian-unstable fedora-rawhide
msgid "B<systemd>(1), B<systemd.v>(7)"
msgstr ""