The following setting makes cya fail.
BACKUP_DIRECTORIES="/sys/ /home/dsanroma/directory with spaces/"
[...]
/sys/ ... yes
/home/dsanroma/directory ... skipping - DOESN'T EXIST!
with ... skipping - DOESN'T EXIST!
spaces/ ... skipping - DOESN'T EXIST!
[...]
Similar things happen with MYDATA_xxxx settings with spaces in them.
Maybe the string could be broken up with regex instead of just white spaces.
just a though
The following setting makes
cyafail.Similar things happen with
MYDATA_xxxxsettings with spaces in them.Maybe the string could be broken up with
regexinstead of just white spaces.just a though