mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
add decompress
This commit is contained in:
@@ -132,7 +132,7 @@ class Restore extends Action
|
||||
|
||||
public function decompress(string $file, string $target)
|
||||
{
|
||||
$this->log('Xbstream start');
|
||||
$this->log('Xbstream decompress start');
|
||||
|
||||
$args = [
|
||||
'xbstream -x < ' . $file,
|
||||
|
||||
Reference in New Issue
Block a user