From 562536e12700ca7e7b1a373a6d6f0aa0e21eb63a Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 18 Nov 2022 19:36:08 +0100 Subject: [PATCH] Change file name & extension --- pages/04.other/20.android/01.adb/default.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/04.other/20.android/01.adb/default.en.md b/pages/04.other/20.android/01.adb/default.en.md index 71674af..87e7073 100644 --- a/pages/04.other/20.android/01.adb/default.en.md +++ b/pages/04.other/20.android/01.adb/default.en.md @@ -13,4 +13,4 @@ The exmple here makes a copy of all content in "sdcard", the user's data directo ### Compressed backup Using this command, a backup can be pulled as well. This time however, it is passed to zstd for compression. Tar on the phone doesn't do much except go through all files and send them to the terminal's STDOUT. All the compression happens on the host. -`$ adb exec-out "tar -cf - /sdcard/* 2>/dev/null" | zstd -19 -T16 -v -o sdcard.zstd` +`$ adb exec-out "tar -cf - /sdcard/* 2>/dev/null" | zstd -19 -T16 -v -o sdcard-2022-11-18.zst`