jcwillox / hassio-rclone-backup

Home Assistant addon to automatically sync backups to remote locations using Rclone
MIT License
115 stars 19 forks source link

Cannot use recursing */ crons #59

Closed anto294 closed 3 months ago

anto294 commented 4 months ago

The problem

Hi, if I try to do a sync every 5 minutes for example, it is impossible to save the configuration.

What version of Rclone Backup has the issue?

3.1.0

What version of Home Assistant are you running?

24.05

What type of installation are you running?

HAOS on Proxmox

If you're running HA OS/Supervised, what version of the Supervisor are you running?

Latest

Additional information

immagine

jcwillox commented 3 months ago

We use https://github.com/go-co-op/gocron to parse and schedule cron expressions, so if they don't support them, I'd recommend filing an issue over there. In that screenshot is the "unable to save" message related to the issue at all?

anto294 commented 3 months ago

Now I can't tell if it depends on GoCron. I have now done a cleaner job: rclone installed natively on proxmox, sync from SMB to S3. Performance is superior it seems.

Those who have baremetal haos need this addon though.