~ubuntu-branches/debian/squeeze/rdup/squeeze

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
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
#: usage.c:32
msgid ""
"        -c\t\tcat the contents (FORMAT=\"%p%T %b %u %g %l %s\\n%n%C\")\n"
"        -m\t\tonly print new/modified files (unsets -r)\n"
"        -n\t\tignore .nobackup files\n"
"        -r\t\tonly print removed files (unsets -m)\n"
"        -s SIZE\t\tonly output files smaller then SIZE bytes\n"
"        -x\t\tstay in local file system\n"
"        -v\t\tbe more verbose\n"
"        -h\t\tthis help\n"
"\n"
"    FORMAT:\n"
"        The following escape sequences are recognized:\n"
"        '%p': '+' if new, '-' if removed\n"
"        '%b': permission bits\n"
"        '%m': file mode bits\n"
"        '%u': uid\n"
"        '%g': gid\n"
"        '%l': path length (for links: length of 'path -> target')\n"
"        '%s': file size\n"
"        '%n': path (for links: 'path -> target')\n"
"        '%N': path (for links: 'path')\n"
"        '%t': time of modification (epoch)\n"
"        '%H': the sha1 hash of the file's contents\n"
"        '%T': 'type' (d, l, h, -, c, b, p or s: dir, symlink, hardlink, "
"file, \n"
"\t      character device, block device, named pipe or socket)\n"
"        '%C': file contents\n"
"\n"
"Report bugs to <miek@miek.nl>\n"
"Licensed under the GPL version 3.\n"
"See the file LICENSE in the source distribution of rdup.\n"
msgstr ""

#: crawler.c:166
#, c-format
msgid "%s found in '%s'"
msgstr ""

#: rdup.c:338
msgid "-s requires a numerical value"
msgstr ""

#: crypt.c:278
msgid "AES key must be 16, 24 or 32 bytes"
msgstr ""

#: entry.c:205 entry.c:227
#, c-format
msgid "Actual pathname length is not equal to pathname length at line: %zd"
msgstr ""

#: rdup-tr.c:376 rdup-up.c:125 rdup.c:278
msgid "Argument length overrun"
msgstr ""

#: protocol.c:109
#, c-format
msgid "BLOCK protocol seperator not found: `%c%c%c%c%c'"
msgstr ""

#: protocol.c:135
#, c-format
msgid "Block seen, start read of %d bytes"
msgstr ""

#: protocol.c:131
msgid "Block size larger then BUFSIZE"
msgstr ""

#: rdup-tr.c:450
msgid "Can not do both encryption and decryption"
msgstr ""

#: crawler.c:109
#, c-format
msgid "Cannot determine holding device of the directory `%s': %s"
msgstr ""

#: crawler.c:98
#, c-format
msgid "Cannot enter directory `%s': %s"
msgstr ""

#: rdup-tr.c:260
msgid "Child exit, giving you the original file"
msgstr ""

#: entry.c:86
#, c-format
msgid "Corrupt entry `%s' in input at line: %zd"
msgstr ""

#: rdup.c:180
#, c-format
msgid ""
"Corrupt entry in filelist at line: %zd, length `%zd' does not match `%zd'"
msgstr ""

#: regexp.c:56
#, c-format
msgid "Corrupt regular expression line: %zd, column %d: %s"
msgstr ""

#: rdup.c:429
#, c-format
msgid "Could not create timestamp file `%s': %s"
msgstr ""

#: rdup-tr.c:370 rdup-up.c:119 rdup.c:272
msgid "Could not get current working directory"
msgstr ""

#: gfunc.c:37 gfunc.c:63 rdup-tr.c:241 regexp.c:33
#, c-format
msgid "Could not open '%s': %s"
msgstr ""

#: crawler.c:45 crawler.c:131 entry.c:62 entry.c:218
#, c-format
msgid "Could not stat path `%s': %s"
msgstr ""

#: rdup.c:417
#, c-format
msgid "Could not write filelist `%s': %s"
msgstr ""

#: rdup-up.c:160
msgid "Destination directory is required"
msgstr ""

#: link.c:47
#, c-format
msgid "Error reading link `%s': %s"
msgstr ""

#: gfunc.c:41
#, c-format
msgid "Failed to calculate sha1 digest: `%s'"
msgstr ""

#: rdup-tr.c:135
msgid "Failed to create archive"
msgstr ""

#: fs-up.c:194 fs-up.c:203 rdup-up.c:171
#, c-format
msgid "Failed to create directory `%s': %s"
msgstr ""

#: fs-up.c:301 fs-up.c:311
#, c-format
msgid "Failed to create hardlink `%s -> %s': %s"
msgstr ""

#: fs-up.c:36
#, c-format
msgid "Failed to make device: `%s': %s"
msgstr ""

#: fs-up.c:56
#, c-format
msgid "Failed to make socket: `%s': %s"
msgstr ""

#: fs-up.c:86 fs-up.c:95
#, c-format
msgid "Failed to make symlink: `%s -> %s': %s"
msgstr ""

#: crypt.c:257
#, c-format
msgid "Failed to open `%s': %s"
msgstr ""

#: rm.c:37
#, c-format
msgid "Failed to open directory `%s': %s"
msgstr ""

#: fs-up.c:133 fs-up.c:140
#, c-format
msgid "Failed to open file `%s': %s"
msgstr ""

#: crypt.c:264
#, c-format
msgid "Failed to read AES key from `%s': %s"
msgstr ""

#: rm.c:53 rm.c:78 rm.c:90 rm.c:98
#, c-format
msgid "Failed to remove `%s': %s"
msgstr ""

#: rm.c:65
#, c-format
msgid "Failed to remove directory `%s': %s"
msgstr ""

#: fs-up.c:30 fs-up.c:50 fs-up.c:74 fs-up.c:124
#, c-format
msgid "Failed to remove existing entry: '%s'"
msgstr ""

#: rdup-tr.c:156
#, c-format
msgid "Failed to set archive type to %s"
msgstr ""

#: entry.c:295
#, c-format
msgid "Failed to write to stdout: %s"
msgstr ""

#: child.c:88
msgid "Failure creating pipes"
msgstr ""

#: rdup-tr.c:302
#, c-format
msgid "Failure to read from file: %s"
msgstr ""

#: rdup-tr.c:254
#, c-format
msgid "Failure to read from pipe: %s"
msgstr ""

#: rdup-tr.c:297
#, c-format
msgid "Failure to rewind: %s"
msgstr ""

#: entry.c:98
#, c-format
msgid "First character should '-' or '+', `%s' at line: %zd"
msgstr ""

#: child.c:104
msgid "Fork error"
msgstr ""

#: usage.c:14
msgid ""
"Generate a full or incremental file list. This list can be used to\n"
"implement a (incremental) backup scheme.\n"
"\n"
"\tFILELIST\tfile to store filenames\n"
"        DIR\t\tdirectory or directories to dump\n"
"\n"
"\n"
"    OPTIONS:\n"
"        -N FILE\t\tuse the (c_time) timestamp of FILE for incremental dumps\n"
"        \t\tif FILE does not exist, a full dump is performed\n"
"\t-M FILE\t\tas -N, but use the m_time\n"
"        -F FORMAT\tuse specified format string\n"
"        \t\tdefaults to: \"%p%T %b %u %g %l %s %n\\n\"\n"
"\t-R\t\treverse the output (depth first, first the dirs then the files)\n"
"\t-E FILE\t\tuse FILE as an exclude list\n"
"        -0\t\tdelimit internal filelist with NULLs\n"
"        -V\t\tprint version\n"
msgstr ""

#: protocol.c:123
msgid "Illegal block size"
msgstr ""

#: gfunc.c:394
msgid "Internal error: NO_PRINT in remove tree!"
msgstr ""

#: rdup-tr.c:432
#, c-format
msgid "Invalid output format: `%s'"
msgstr ""

#: entry.c:129
#, c-format
msgid "Invalid permissions at line: %zd"
msgstr ""

#: getdelim.c:30
#, c-format
msgid "Line longer than %d characters"
msgstr ""

#: rdup-tr.c:351 rdup-up.c:99 rdup.c:246
msgid "Locale could not be set"
msgstr ""

#: entry.c:191
#, c-format
msgid "Malformed input for file size at line: %zd"
msgstr ""

#: entry.c:148
#, c-format
msgid "Malformed input for gid at line: %zd"
msgstr ""

#: entry.c:159
#, c-format
msgid "Malformed input for path length at line: %zd"
msgstr ""

#: entry.c:137
#, c-format
msgid "Malformed input for uid at line: %zd"
msgstr ""

#: crypt.c:273
msgid "Maximum AES key size is 32 bytes, truncating!"
msgstr ""

#: crawler.c:228
#, c-format
msgid "Neither file nor directory `%s'"
msgstr ""

#: crawler.c:137
#, c-format
msgid "Newline (\\n) found in path `%s', skipping"
msgstr ""

#: xattr.c:88 xattr.c:100
#, c-format
msgid "No gid xattr for `%s'"
msgstr ""

#: rdup-up.c:176
#, c-format
msgid "No such directory: `%s'"
msgstr ""

#: xattr.c:36 xattr.c:48
#, c-format
msgid "No uid xattr for `%s'"
msgstr ""

#: rdup-up.c:146
msgid "Not implemented (yet)"
msgstr ""

#: rdup-tr.c:406
#, c-format
msgid "Only %d extra args per child allowed"
msgstr ""

#: rdup-up.c:65
#, c-format
msgid "Pathname does not start with /: `%s'"
msgstr ""

#: entry.c:107
msgid "Removing files is not supported for any output except rdup"
msgstr ""

#: rdup-up.c:59
#, c-format
msgid "Reported name size (%zd) does not match actual name size (%zd)"
msgstr ""

#: crypt.c:147
#, c-format
msgid "Returning original string `%s'"
msgstr ""

#: signal.c:27
msgid "SIGINT received, exiting"
msgstr ""

#: signal.c:24
msgid "SIGPIPE received, exiting"
msgstr ""

#: rdup.c:372 rdup.c:378
#, c-format
msgid "Skipping `%s'"
msgstr ""

#: xattr.c:59 xattr.c:81 xattr.c:111
#, c-format
msgid "Too large gid `%zd' for `%s', truncating"
msgstr ""

#: xattr.c:29
#, c-format
msgid "Too large uid `%zd' for `%s', truncating"
msgstr ""

#: usage-tr.c:14
msgid ""
"Translate rdup output to something else\tand optionally filter it\n"
"through other processes. The input must be rdup's default ouput\n"
"format: '%p%T %b %u %g %l %s %n\\n'.\n"
"The output is equal to rdup -c ouput.\n"
"\n"
"\n"
"    OPTIONS:\n"
"        -c\t\tforce output to tty\n"
"        -P CMD,opt0,...,opt6\n"
"\t    \t\tfilter through CMD\n"
"\t\t\tthis may be repeated, output will be filtered\n"
"\t\t\tthrough all commands\n"
"\t-X FILE\t\tencrypt all paths with AES and the key from FILE\n"
"\t-Y FILE\t\tdecrypt all paths with AES and the key from FILE\n"
"\t-h\t\tthis help\n"
"\t-V\t\tprint version\n"
"        -O FMT\t\toutput format: pax, cpio, tar or rdup\n"
"\t\t\trdup uses format: \"%p%T %b %u %g %l %s\\n%n%C\"\n"
"\t-L\t\tset input format to a list of pathnames\n"
"\t-v\t\tbe more verbose and print processed files to stderr\n"
"\n"
"Report bugs to <miek@miek.nl>\n"
"Licensed under the GPL version 3.\n"
"See the file LICENSE in the source distribution of rdup.\n"
msgstr ""

#: entry.c:122
msgid "Type must be one of d, l, h, -, c, b, p or s"
msgstr ""

#: usage-tr.c:13
#, c-format
msgid "USAGE: %s [OPTION]... \n"
msgstr ""

#: usage-up.c:13
#, c-format
msgid "USAGE: %s [OPTION]... DIRECTORY\n"
msgstr ""

#: usage.c:13
#, c-format
msgid "USAGE: %s [OPTION]... FILELIST DIR|FILE...\n"
msgstr ""

#: signal.c:30
msgid "Unhandled signal reveived, exiting"
msgstr ""

#: rdup-tr.c:465 rdup-up.c:152 rdup.c:343
#, c-format
msgid "Unknown option seen `%c'"
msgstr ""

#: usage-up.c:14
msgid ""
"Update a directory tree with an rdup archive.\n"
"The input must be rdup -c output\n"
"\n"
"        DIRECTORY\twhere to unpack the archive\n"
"\n"
"\n"
"    OPTIONS:\n"
"\t-t\t\tcreate DIRECTORY if is does not exist\n"
"\t-s N\t\tstrip N leading path components from each path\n"
"\t-n\t\tdry run, do not touch the filesystem\n"
"\t-V\t\tprint version\n"
"\t-h\t\tthis help\n"
"\t-v\t\tbe more verbose and print processed files to stderr\n"
"\n"
"Report bugs to <miek@miek.nl>\n"
"Licensed under the GPL version 3.\n"
"See the file LICENSE in the source distribution of rdup.\n"
msgstr ""

#: crawler.c:196
msgid "Walking into different filesystem"
msgstr ""

#: rdup-tr.c:439
msgid "Will not do both encryption and decryption"
msgstr ""

#: rdup-tr.c:365 rdup-up.c:114 rdup.c:267
msgid "Will not run suid/sgid for safety reasons"
msgstr ""

#: rdup-tr.c:473
msgid "Will not write to a tty"
msgstr ""

#: fs-up.c:160 gfunc.c:75 gfunc.c:90 gfunc.c:167
#, c-format
msgid "Write failure `%s': %s"
msgstr ""

#: rdup-tr.c:176
msgid "Writing to stderr failed"
msgstr ""

#: protocol.c:93
#, c-format
msgid "Wrong protocol version `%c%c': want `%c%c'"
msgstr ""