mirror of
https://github.com/pterodactyl/wings.git
synced 2025-12-10 15:40:14 -06:00
fix: backups unable to be restored
This commit is contained in:
parent
c83875ffc0
commit
ec14db6142
@ -22,6 +22,7 @@ import (
|
|||||||
var format = archives.CompressedArchive{
|
var format = archives.CompressedArchive{
|
||||||
Compression: archives.Gz{},
|
Compression: archives.Gz{},
|
||||||
Archival: archives.Tar{},
|
Archival: archives.Tar{},
|
||||||
|
Extraction: archives.Tar{},
|
||||||
}
|
}
|
||||||
|
|
||||||
type AdapterType string
|
type AdapterType string
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user