Re: [Dar-support] Only one option of -c -d -t -l -C -x or -+ is allowed
For full, incremental, compressed and encrypted backups or archives
Brought to you by:
edrusb
|
From: Denis C. <dar...@fr...> - 2021-12-15 19:46:17
|
On 14/12/2021 23:57, Jimmi Elofsson wrote: > Hi, Hi, > > I need help with my backup script, > > > When I run this in terminal, I get the following Parse error: > > dar -m 256 -y -s 600M -D -R "/srv" --exclude-from-file > "/root/sh/dar-exclude.conf" -c "/backup/2021-12-14_data" > > Parse error: Only one option of -c -d -t -l -C -x or -+ is allowed I would check that another of the listed option is not present in ~/.darrc or /etc/darrc. Else you could add -N option to avoid having dar reading both of them. > > > Ive tried install dar again: > > apt-get install dar > Reading package lists... Done > Building dependency tree > Reading state information... Done > dar is already the newest version (2.6.2-1+b10). > > Help is much appreciated, I need to get my backup scripts working again. > > > Thanks! > > Jimmi > > Cheers, Denis |