We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Last week or so I have been seeing this in the logs:
{"command": "upload"} [Info] Received message with command upload [Info] Uploading all .tar files in /backup (skipping those already in Dropbox) > Skipping already existing file "/home-assistant-backups/48e3fb8d.tar" > Skipping already existing file "/home-assistant-backups/7e741012.tar" > Skipping already existing file "/home-assistant-backups/93ee508c.tar" > Uploading "/backup/953ff3f5.tar" to "/home-assistant-backups/953ff3f5.tar" by 8 chunks ........ DONE > Skipping already existing file "/home-assistant-backups/aa84720f.tar" > Uploading "/backup/dcdc7d15.tar" to "/home-assistant-backups/dcdc7d15.tar" by 8 chunks ........ DONE [Info] keep_last option is set, cleaning up files... [Info] Deleted snapshot 953ff3f5 {"command": "upload"} [Info] Received message with command upload [Info] Uploading all .tar files in /backup (skipping those already in Dropbox) > Skipping already existing file "/home-assistant-backups/48e3fb8d.tar" > Skipping already existing file "/home-assistant-backups/7e741012.tar" > Skipping already existing file "/home-assistant-backups/93ee508c.tar" > Uploading "/backup/aa84720f.tar" to "/home-assistant-backups/aa84720f.tar" by 8 chunks ........ DONE > Uploading "/backup/bc61d55e.tar" to "/home-assistant-backups/bc61d55e.tar" by 8 chunks ........ DONE > Skipping already existing file "/home-assistant-backups/dcdc7d15.tar" [Info] keep_last option is set, cleaning up files... [Info] Deleted snapshot aa84720f {"command": "upload"} [Info] Received message with command upload [Info] Uploading all .tar files in /backup (skipping those already in Dropbox) > Uploading "/backup/48e3fb8d.tar" to "/home-assistant-backups/48e3fb8d.tar" by 8 chunks ........ DONE > Skipping already existing file "/home-assistant-backups/7e741012.tar" > Skipping already existing file "/home-assistant-backups/93ee508c.tar" > Skipping already existing file "/home-assistant-backups/bc61d55e.tar" > Skipping already existing file "/home-assistant-backups/dcdc7d15.tar" > Uploading "/backup/de1eb2d2.tar" to "/home-assistant-backups/de1eb2d2.tar" by 8 chunks ........ DONE [Info] keep_last option is set, cleaning up files... [Info] Deleted snapshot 48e3fb8d
48e3fb86 (last example) was actually from 28/3
I isn't even in my backup folder... I check backup folder today and I see 7e741012.tar 93ee508c.tar bc61d55e.tar dcdc7d15.tar de1eb2d2.tar
These are also the only 5 snapshots listed but I bet tomorrow I'll see an old dupe as well....
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Last week or so I have been seeing this in the logs:
48e3fb86 (last example) was actually from 28/3
I isn't even in my backup folder... I check backup folder today and I see
7e741012.tar
93ee508c.tar
bc61d55e.tar
dcdc7d15.tar
de1eb2d2.tar
These are also the only 5 snapshots listed but I bet tomorrow I'll see an old dupe as well....
The text was updated successfully, but these errors were encountered: