From 6d839d013f34757ea9336278a09649f7b7b2c4bc Mon Sep 17 00:00:00 2001 From: fogelito Date: Wed, 16 Aug 2023 15:31:26 +0300 Subject: [PATCH] add decompress --- src/Appwrite/Platform/Tasks/Restore.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Platform/Tasks/Restore.php b/src/Appwrite/Platform/Tasks/Restore.php index 5e297314b5..bab119820c 100644 --- a/src/Appwrite/Platform/Tasks/Restore.php +++ b/src/Appwrite/Platform/Tasks/Restore.php @@ -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,