fix: backups unable to be restored

This commit is contained in:
Daniel Barton 2024-12-22 09:48:14 +08:00 committed by GitHub
parent c83875ffc0
commit ec14db6142
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,7 @@ import (
var format = archives.CompressedArchive{
Compression: archives.Gz{},
Archival: archives.Tar{},
Extraction: archives.Tar{},
}
type AdapterType string