1DAR_MANAGER(1) General Commands Manual DAR_MANAGER(1)
2
3
4
6 dar_manager - compiles several archives contents in a database to ease
7 file restoration
8
10 dar_manager [-v] -C [<path>/]<database> [-z <algo>]
11
12 dar_manager [-v] -B [<path>/]<database> -A [<path>/]<basename> [-9
13 <min-digits>] [[<path>/]<archive_basename>]
14
15 dar_manager [-v] -B [<path>/]<database> -l
16
17 dar_manager [-v] -B [<path>/]<database> -D <number>[-<number>]
18
19 dar_manager [-v] -B [<path>/]<database> -b <number> <new_archive_base‐
20 name>
21
22 dar_manager [-v] -B [<path>/]<database> -p <number> <path>
23
24 dar_manager [-v] -B [<path>/]<database> -o [list of options to pass to
25 dar]
26
27 dar_manager [-v] -B [<path>/]<database> -d [<path to dar command>]
28
29 dar_manager [-v] -B [<path>/]<database> [-N] [-k] [-w <date>] [-e
30 "<extra options to dar>"] -r [list of files to restore]
31
32 dar_manager [-v] -B [<path>/]<database> -u <number>
33
34 dar_manager [-v] -B [<path>/]<database> -f file
35
36 dar_manager [-v] -B [<path>/]<database> -s
37
38 dar_manager [-v] -B [<path>/]<database> -m <number> <number>
39
40 dar_manager [-v] -B [<path>/]<database> -c
41
42 dar_manager [-v] -B [<path>/]<database> -i
43
44 dar_manager [-v] -B [<path>/]<database> -@ { <filename> | "-" }
45
46 dar_manager -h
47
48 dar_manager -V
49
50
52 dar_manager is part of the Disk Archive suite. Its purpose is to sim‐
53 plify the restoration of a set of few files present in many backup,
54 full or differential. This is achieved by gathering the catalogue of
55 each archive (this has to be done once). At any time you just have to
56 give the relative path to the files you want to restore, dar_manager
57 will call dar with the proper options and restore the last version of
58 each file (or the last version before given date). Note that dar_man‐
59 ager is especially interesting when you have removed some files by
60 accident some time ago and wish to recover them from a set of full and
61 differential backups. It is thus not really adapted/efficient to
62 restore the state a directory tree had at a given time, in particular
63 when some files have to be removed. For that you would better use dar
64 directly with the corresponding archive(s) up to the date for which you
65 wish to restore the state of a whole directory tree.
66
67 You can restore any file by hand without dar_manager , but if you have
68 a lot of differential backups, you may spend a long time to find the
69 archive that contains the last version of your files, as dar will not
70 save it if it has not changed since previous backup. dar_manager sim‐
71 plify the process by looking in its internal database, built from ar‐
72 chive "catalogues" (= table of contents).
73
75 -C, --create [<path>/]<database>
76 creates an empty database that will collect infor‐
77 mation about several archives. The <database> is a
78 filename that is required for -B option. To destroy
79 a <database> just remove the file.
80
81 -B, --base [<path>/]<database>
82 specify the database to read or modify. The <data‐
83 base> file must exist, and have a database struc‐
84 ture (see -C option).
85
86 -i, --interactive use a keyboard interactive text menu to do opera‐
87 tions on the given database. So you may avoid read‐
88 ing the other options described in this manual
89 page, if you wish, and just use the interactive
90 option. You will however always have to create an
91 empty database (-C option) and restore files manu‐
92 ally (-r option).
93
94 -A, --add [<path>/]<basename> [ [<path>/]<archive_basename>]
95 add an archive to the database. An isolated cata‐
96 logue can also be used only if it has been produced
97 by dar version 1.2.0 or above. Why ? Because, an
98 isolated catalogue produced by older version will
99 always tell that no files are saved in the archive
100 of reference, in that case the solution is to pro‐
101 vide the archive itself as argument. An optional
102 second argument is the basename of the archive if
103 it is different from the first argument (need for
104 extraction of files). For example you could have an
105 isolated catalogue in first argument and the base‐
106 name of the original archive (where is stored the
107 data) as second argument. By default,
108
109 -9, --min-digits <num>
110 the slice number zeroed padding to use to get the
111 slices filename (for more details see dar man page
112 at this same option) dar_manager will look for an
113 archive of reference in the command line used to
114 create each archive, but in some cases, it may be
115 necessary to specify the archive name (for example
116 if you've changed its name).
117
118 -l, --list displays the information about the archives com‐
119 piled in the database. In particular, a number is
120 given to each archive, which is required to some
121 other option to design a particular archive within
122 the database. Nothing avoids you to feed the data‐
123 base with several archive of the same basename !
124 You will just have to guess which one is asked
125 under this name. :-)
126
127 -D, --delete <number>[-<number>]
128 removes an archive (or a range of archive) from the
129 database. The number of the archive (or the min and
130 max number or the archive range) is correspond to
131 those given by the -l option. Note that all archive
132 number greater than the one(s) to be delete will be
133 decremented to keep continuous numbering of the ar‐
134 chive inside the database. If a single number is
135 given (not a range), it may be also a negative num‐
136 ber, by which it means counting from the end. For
137 example, -1 means the last archive of the base, -2
138 the penultimate, etc.
139
140 -b, --base <number> <new_archive_basename>
141 this option allows you to rename the archive base‐
142 name (used when restoring files from it). Here too,
143 the number may be also a negative number.
144
145 -p, --path <number> <path>
146 this option allows you to change the location of a
147 given archive (used when restoring files from it).
148 Here too, a negative number is allowed.
149
150 -o, --options [list of option to pass to dar]
151 Specify the option to use when calling dar. Each
152 call erases the previous setting. Possible dar
153 options are all the available ones except "-x" and
154 simple arguments (the [list of path]) which will be
155 added by dar_manager itself.
156
157 -d, --dar [<path>] Set the path to dar. If no argument is given, dar
158 is expected to be located in the PATH
159
160 -r, --restore [list of files or directories to restore]
161 dar_manager will restore all (an only) the given
162 files or directories, in their latest recorded sta‐
163 tus, or before the date give thanks to the -e
164 option. If a directory is given all subfiles and
165 subdirectories are restored recursively in it. You
166 can filter out some files from this recursion
167 thanks to dar usual filtering option (see dar man
168 page) you can provide beside -r using the -e option
169 (see below). Dar_manager lead dar to remove any
170 file, if a file is stored as having been removed at
171 date requested for restoration, it is simply not
172 restored. Thus if you restore in an empty directory
173 you will get all the files and directories you pro‐
174 vided to dar_manager in the state they have at the
175 date you asked. File that did not existed at that
176 time will not be restored. However you can restore
177 over an existing installation, dar will then warn
178 you before overwriting files (see -w and -n options
179 for dar) but will still not remove files that were
180 recorded removed from a previous archive of refer‐
181 ence. Note that files listed after -r option, must
182 never have an absolute path. They will be restored
183 under the directory specified with -R option of dar
184 (passed to dar using -o or -e options), or by
185 default, under the current directory.
186
187 -w, --when <date> alters the -r option behavior: still restores the
188 files in the most recent version available but only
189 before the given date (versions of more recent
190 dates are ignored). The <date> must respect the
191 following format [ [
192 [year/]month/]day-]hour:minute[:second]. For exam‐
193 ple "22:10" for 10 PM past 10 or the current day,
194 "7-22:10" for 10 PM past 10 the 7th of the current
195 month, "3/07-22:10" for the 7th of march at 22:10
196 of the current year, "2002/03/31-14:00:00" the date
197 of the first dar's release ;-). The given date must
198 be in the past, of course, and is compared to the
199 "last modification" date of the saved files and not
200 to the date at which archives have been done. Thus
201 if a file has been changed long ago but saved in a
202 recent (full) archive, it will be elected for
203 restoration even for dates older than the creation
204 of the archive. In the other way, a file saved long
205 time ago with a mtime that was set to a date in the
206 future will not be elected for restoration when
207 giving the date at which was done the archive.
208
209 Note that the provided date is relative to the system timezone
210 which is overriden if the TZ environement variable is set (see
211 tzselect(1) for more details)
212
213 -e, --extra <options>
214 pass some more options to dar. While the -o options
215 takes all that follows on the command line as argu‐
216 ment to pass to dar and write these in the data‐
217 base, the -e option does not alter the database and
218 has only one argument. In other words, if you need
219 to pass several options to dar through the use of
220 the -e option, you need to use quotes (simple
221 quotes ' or double quotes ") to enclose these
222 options. Example:
223
224 dar_manager -B database.dmd -e "-w -v -p -b -r -H 1" -r
225 some/files
226
227 while using -o option you must not use quotes:
228
229 dar_manager -B database.dmd -o -w -v -p -b -r -H 1
230
231 -u, --used <number> list the files that the given archive owns as last
232 version available. Thus when no file is listed, the
233 given archive is no more useful in database, and
234 can be removed safely (-D option). If <number> is
235 zero, all available file are listed, the status
236 provided for each file present in the database is
237 the most recent status. A negative number is
238 allowed for this option (see -D option for
239 details).
240
241 -f, --file <file> displays in which archive the given file is saved,
242 and what are the modification date (mtime) and
243 change date (ctime).
244
245 -s, --stats show the number of most recent files by archive.
246 This helps to determine which archive can be safely
247 removed from the database.
248
249 -m, --move <number> <number>
250 changes the order of archives in the database. The
251 first number is the number of the archive to move,
252 while the second is the place where it must be
253 shifted to.
254
255 Archive order is important: An old archive must
256 have a smaller index than a recent archive. If you
257 add archive to a database in the order they have
258 been created all should be fine. Else if a file has
259 a more recent version in an archive which index is
260 smaller, a warning will be issued (unless -ai
261 option is used). This can occur if by mistake you
262 added an archive to the database in the wrong order
263 (old archive added after a recent one), in that
264 case simply using the -m option will let you fix
265 this mistake. If instead the problem is relative to
266 a single file (or a small set of file), you should
267 wonder why this file has its modification date
268 altered in a way that it pretends to be older than
269 its really is. Checking for the signs of a rootkit
270 may be a good idea.
271
272 -c, --check check the database consistency, in particular the
273 date ordering is verified and warning are issued
274 for each file having more recent version located in
275 an archive with a smaller index inside the data‐
276 base. -ai option makes -c option useless.
277
278 -N, --ignore-options-in-base
279 Do not use the options stored in database when
280 calling dar for restoration. This option is only
281 useful while restoring files from dar_manager,
282 either directly (-r option) or using a batch file
283 (-@ option, see below).
284
285 -k, --ignore-when-removed
286 By default, dar_manager does not ask dar to restore
287 file that have been removed at the requested date
288 (or in the latest state available). This is useful
289 for example to restore a directory in the state it
290 has at a given date (only files that existed at
291 that time are restored). However when you want to
292 restore a file that has been destroyed by accident,
293 you need to use -k option so you don't have to
294 determine at which date that file existed to be be
295 able to ask dar_manager to restore that file in the
296 state it had before that date. In other words, -k
297 option gives a behavior of dar_manager backward
298 compatible with dar_manager released beside version
299 2.3.x of dar.
300
301 -ai, --alter=ignore-order
302 avoid dar_manager to issue a warning for each file
303 not following a chronological order of modification
304 date when the archive number in the database is
305 growing.
306
307 -@, --batch <filename>
308 allows you to do several operations on a given
309 database. All operations are defined in the pro‐
310 vided <filename> and refer to the same database as
311 defined by the -B switch on command line. This
312 batch file, must thus not contain neither -B, -C,
313 -i or -ai option (-ai are global to the batch oper‐
314 ation). The batch file expected layout is one com‐
315 mand per line, thus several arguments (like -l -v
316 for example) may take place on a given line of the
317 file (-v can be found both on command line for ver‐
318 bose output about the batch operation steps, as
319 well as inside the batch file for verbose output of
320 a particular batched command). Arguments are sepa‐
321 rated by spaces or tabs, other characters are
322 passed as-is. In consequence, you should only need
323 to use quotes (using " or ') if you intend to use
324 an argument containing space. Last, comments may be
325 placed on any line beginning by a hash character
326 (#).
327
328 -z, --compression <algo>
329 Only available while creating a database (-C
330 option), this option let you set the compression
331 algorithm used to store the database in file. By
332 default gzip is use, but you can use "none" for no
333 compression, "bzip2", "xz" and "lzo" for other com‐
334 pression algorithm. Compression level selection may
335 be added in the future (level 9 is used inter‐
336 nally).
337
338 -Q Do not display any message on stderr when not
339 launched from a terminal (for example when launched
340 from an at job or crontab). Remains that any ques‐
341 tion to the user will be assumed a 'no' answer,
342 which most of the time will abort the program.
343
344 -v, --verbose displays additional information about what it is
345 doing.
346
347 -h, --help display help usage
348
349 -V, --version display software version
350
351
353 dar_manager exits with the following code:
354
355 0 Operation successful.
356
357 1 see dar manual page for signification
358
359 2 see dar manual page for signification
360
361 3 see dar manual page for signification
362
363 5 see dar manual page for signification
364
365 7 see dar manual page for signification
366
367 8 see dar manual page for signification
368
369 11 and above
370 dar
371 called from dar_manager has exited with non zero status.
372 Subtract 10 to this exit code to get dar's exit code.
373
374
376 dar_manager acts like dar (see dar man page for list of signals), upon
377 certain signal reception dar aborts cleanly
378
379
381 dar(1), dar_xform(1), dar_slave(1), dar_cp(1), dar_split(1)
382
383
385 at most 65534 archives can be compiled in a given database, which
386 should be enough for most users. Dar_manager does not support encrypted
387 archives for now and archive cannot neither be encrypted. See the FAQ
388 for a workaround.
389
390
392 http://sourceforge.net/p/dar/bugs/
393
394
396 http://dar.linux.free.fr/
397 Denis Corbin
398 France
399 Europe
400
401
402
4033rd Berkeley Distribution August 18th, 2018 DAR_MANAGER(1)