Re: dar_manager: dar process fails
Volker Wysk <post-hhF2Jplw28UoZk/[email protected]>
| Newsgroups | gmane.comp.sysutils.backup.dar.support |
|---|---|
| Message-ID | <[email protected]> |
Am Freitag, den 17.07.2020, 19:40 +0200 schrieb Denis Corbin:
> On 16/07/2020 18:03, Volker Wysk wrote:
> > There isn't any -a/--alter argument in the command line. Looks like
> > the dar_manager (parent) process introduces it an sends it to the
> > dar subprocess. >
>
> Correct. So remains the point to know how such --alter=ignore-order
> (or -ai in short) got passed to dar from dar_manager (but there is
> not
> only
> command line that feed the arguments to dar):
>
> Can you check the database does not include this argument to be
> passed
> to libdar:
>
> dar_manager -B /mnt/sk1/Sicherung/Kataloge/D2020-07-16-03-04-34 -l |
> grep "dar options"
% dar_manager -B /mnt/sk1/Sicherung/Kataloge/D2020-07-16-03-04-34 -l
dar path :
dar options : --no-warn=all --fsa-scope=none --alter=ignore-order
--restore home/v/abc
database version: 4
archive # | path | basename
------------+--------------+---------------
1 Archive A2019-07-29-14-31-04
2 Archive B2020-06-06-04-22-34
3 Archive C2020-07-12-07-09-10
4 Archive D2020-07-16-03-04-34
I guess that those "dar options" are used for all invocations of
dar_manager with the specific database. How did it get there? I don't
have it in my other databases (it's empty there). Looks like I
accidentially saved those options in the database.
I've been able to remove those options with "dar_manager -B
/mnt/sk1/Sicherung/Kataloge/D2020-07-16-03-04-34 -o".
So "-o" (and "--extra") saves the specified options in the database
file. That's not what I want. I want to specify the options for only
one call of dar_manager.
> If no -ai option is found here, check ~/.darrc and /etc/darrc
I haven't touched those two.
> > My Dar version:
> >
> > dar version 2.5.14-bis, Copyright (C) 2002-2052 Denis Corbin
>
> This is not a very recent one! ;D but to my point of view this is
> probably not a bug rather a forgotten option somewhere in the
> database
> or a configuration file so no worries.
It's the version in Ubuntu 18.04 LTS. I'll upgrade when 20.04.1 LTS is
out. I could also compile if from the sources, if necessary.
Thanks,
Volker