Clarify Warning on backup procedure

Hello All,

My YunoHost configuration

Hardware: x64 vps
Internet access : in a datacenter
YunoHost version:
yunohost: 3.2.2
yunohost-admin: 3.2.1
moulinette: 3.2.0
ssowat: 3.2.0
Have you personalized your yunohost with some specifics configurations or do you use only the yunohost cli/webadmin tool ? basic

Description of my problem

I ran a backup

$ sudo yunohost backup create
Warning: ls: cannot access ‘/etc/cron.d/yunohost*’: No such file or directory
Warning: /var/www/agendav/web/var/cache/profiler/* wasn’t deleted because it doesn’t exist.
Success! Backup created

But I would like to clarify those warnings, may be is not important but is possible that some thing went wrong
For cron I don’t have a cron so I understant stand procedure want to backup the cron, it’s ok for me, right?
For agendav, I hope that something is not good , bad installation? I had problem to restore baikal and agendav but it seems good (Baikal give calendar to my client agendav show me the calendars)
Could you please explain me that, please?

Thank you for your time and answers !
Bye

Weeeell the first warning is an harmless “bug”. It is discussed here https://github.com/YunoHost/yunohost/pull/442 (there a bigger questions behind this)

I cant be too helpful about the second one. Not sure why it’s trying to delete something … but anyway it apparently refers to cache data, and naively I wouldnt be too much worried about it…

Thank you very much, i am not worried anymore :+1: