Closed nettnikl closed 1 year ago
Interesting - i have no clue... Just saw it in a warning and in the metadata json
...
"com.android.wallpaperbackup": {
"time": 1684109833247,
"backupType": "FULL",
"system": true
},
"@end@": {
"time": 1684118346539,
"backupType": "KV",
"system": true
},
...
If anywhere, it should be here - but i also cannot find it. https://github.com/seedvault-app/seedvault/blob/android13/app/src/main/java/com/stevesoltys/seedvault/metadata/MetadataWriter.kt
Hmm interesting. We support extracting KV backups as of e2875f747801b520a3ef7edb2979b8ffb7a0c9a6 - does @end@
extract successfully for you or are you missing the file for that entry?
error: failed to extract "@end@": failed to open "/home/user/seedvault_backup_parser-master/1677281112300/WkbEap08kh7AMAeENbupNYR-RO3nVgt3tRDBgwjEor1": open /home/user/seedvault_backup_parser-master/1677281112300/WkbEap08kh7AMAeENbupNYR-RO3nVgt3tRDBgwjEor1: no such file or directory
It doesn't extract, and seems to only be there to specify how long the backup took, timing-wise.
Fair enough, thank you for investigating!
Do we know when these
@end@
entries are generated? I can't see a@end@
key in my local backups and can't find any mention of it in the Seedvault codebase)