```bash
adb pull '/sdcard/Recordings/Sound records/'
```
```
[ ?] /sdcard/Recordings/Sound records/Sound record (CENSORED).flac: 19%
```
At the beginning of the command I was not having `[ ?]`.
Related to [Benjamin_Loison/android_packages_apps_Recorder/issues/4](https://codeberg.org/Benjamin_Loison/android_packages_apps_Recorder/issues/4).
Android Debug Bridge version 1.0.41
Version 34.0.4-debian
Installed as /usr/lib/android-sdk/platform-tools/adb
Running on Linux 6.8.0-110-generic (x86_64)
DuckDuckGo search *adb pull progress*.
Answers to [the Stack Overflow question 6595374](https://stackoverflow.com/q/6595374) do not seem to help.
Google search *adb pull progress*.
```bash
adb --version
```
<details>
<summary>Output:</summary>
```
Android Debug Bridge version 1.0.41
Version 34.0.4-debian
Installed as /usr/lib/android-sdk/platform-tools/adb
Running on Linux 6.8.0-110-generic (x86_64)
```
</details>
Android Debug Bridge version 1.0.41
Version 37.0.0-14910828
Installed as /home/ubuntu/platform-tools/adb
Running on Linux 6.17.0-1011-oracle (x86_64)
37.0.0-14910828 is the important piece.
*Pull Individual Files* is quite unsatisfying.
```bash
./platform-tools/adb --version
```
<details>
<summary>Output:</summary>
```
Android Debug Bridge version 1.0.41
Version 37.0.0-14910828
Installed as /home/ubuntu/platform-tools/adb
Running on Linux 6.17.0-1011-oracle (x86_64)
```
</details>
`37.0.0-14910828` is the important piece.
[Benjamin_Loison/Backup_Android_apps/issues/33](https://codeberg.org/Benjamin_Loison/Backup_Android_apps/issues/33) shows that `tar` is faster than `adb pull`, in addition that can track progress thanks to `pv`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
At the beginning of the command I was not having
[ ?].Related to Benjamin_Loison/android_packages_apps_Recorder/issues/4.
My workaround consists in
du -shthe origin and the destination.Related to #8.
DuckDuckGo search adb pull progress.
Answers to the Stack Overflow question 6595374 do not seem to help.
Google search adb pull progress.
Output:
https://chat.mistral.ai/chat/4bc32298-fc67-4ded-844b-acdc662b92d1
adb logcatdoes not seem to show anything going on.Pull Individual Files is quite unsatisfying.
Output:
37.0.0-14910828is the important piece.Benjamin_Loison/Backup_Android_apps/issues/33 shows that
taris faster thanadb pull, in addition that can track progress thanks topv.