Re: Location of darrc on windows
andycapo--- via Dar-support <[email protected]>
| Newsgroups | gmane.comp.sysutils.backup.dar.support |
|---|---|
| Message-ID | <[email protected]> |
Hello, I just updated dar to version 2.6.13 on my linux machine. I think there may be a problem related to the darrc location. By default it is installed in: /usr/etc/darrc I observe that the default file is read even if I pass (-B option) a custom darrc. --- dar -c "..." -R "..." -g "..." -B "mydir/mydarrc.dcf" -v Arguments read from /usr/etc/darrc :[<-WRONG!] --- I have to manually delete /usr/etc/darrc in order to get the proper behavour: --- rm /usr/etc/darrc dar -c "..." -R "..." -g "..." -B "mydir/mydarrc.dcf" -v User target found on command line or included file(s):[<-OK!] --- I think that probably the -B option should have the priority over the default file. Best regards, Andy