question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Backup in Progress?

See original GitHub issue

2020-05-02 04:30:02 ERROR (MainThread) [custom_components.auto_backup] Error during backup. There may be a backup already in progress.

I know this isn’t much info, please let me know what you need.

Also, it used to work.

snapshot_backup:
  alias: Shapshot Backup
  sequence:
  - service: auto_backup.snapshot_partial
    data_template:
      name: Automated Backup {{ now().strftime('%d/%m/%Y/%a') }}
      addons:
        - ae6e943c_custom_deps
        - core_check_config
        - a0d7b954_grafana
        - core_samba
        - 15ef4d2f_esphome-beta
        - core_ssh
        - 3833edd4_googlebackup
      folders:
        - homeassistant
        - share
        - ssl
        - local
      keep_days: 7

HASSIO 0.109.0 Pi4

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
RoadkillUKcommented, May 10, 2020

Thanks for the follow up, it now works a treat. Honoured to be a bug hunter 😉

I change local to addons/local

0reactions
jcwilloxcommented, May 10, 2020

Hey,

I stumbled onto the same issue by chance and when reviewing my code, I noticed that there was a bug that caused it to print ...backup in progress... regardless of the error that the supervisor returned. So it’s likely that there is another error occurring, often this will be because an addon or folder doesn’t exist. The issue in your case appears to be that the folder local does not exist, the only acceptable names for it are addons/local or local add-ons.

This bug will be fixed in the next release, so it will actually tell you what’s wrong, for now, if you wanted you can enable debug logging for the component to see what is actually returned by the supervisor.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix "Backup in Progr... - Knowledge Base - Vembu
Cause. If a client's connection to the server is lost or gets closed abnormally, then the next time the client re-attempts an incremental ......
Read more >
cPanel interface gives a "backup already in progress" error
This error will display when there is already a backup running for that user, and this is just letting you know that you...
Read more >
If you can't back up to iCloud - Apple Support
If the iCloud Backup option is greyed out · Check if a restore is still in progress. Go to Settings > [your name]...
Read more >
Backup-in-Progress message stuck - TechNet - Microsoft
1. Make sure that the location from which the program causing backup hang was installed is available during backup. 2. Uninstall the program ......
Read more >
Fix Medisoft Error "Backup Already In Progress" - YouTube
MEDISOFT Support: For Medisoft sales, support and training, visit us at https://www.azcomp.com/medisoft/ or call at (877) 422-2032.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found