On Sat, Oct 17, 2020 at 12:30:50AM +0200, Klaus Singvogel wrote: > Mike McClain wrote: > > > A section of the backup script is so: > > Params=(-a --inplace --delete); > [...] > > Use instead: > Params=-a --inplace --delete
Incorrect. This command will generate an error, as it should. Mike's command creates an array variable containing a list of 3 elements.