danielwelch / hassio-dropbox-sync

Back up your Hass.io snapshots and other local files to Dropbox
Apache License 2.0
132 stars 37 forks source link

Skipping files that are not backed up #21

Closed dmatik closed 5 years ago

dmatik commented 5 years ago

Hi, I was using this Addon for sone time and it is great. Recently I noticed that it stared skipping uploading files saying they already there but this is not true. Somehow it thinks the files are already there.

{"command": "upload"} [Info] Received message with command upload [Info] Uploading all .tar files in /backup (skipping those already in Dropbox)

Skipping already existing file "/hassioBackup/" Skipping already existing file "/hassioBackup/" Skipping already existing file "/hassioBackup/" Skipping already existing file "/hassioBackup/" [Info] keep_last option is set, cleaning up files... [Info] Deleted snapshot a485d935

dmatik commented 5 years ago

Restarting the addon seems to be resolving the issue.