You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On modern Android devices with large storage (512G, 1T, 2T ...) , numerous small files is one of the primary reason that TWRP cannot complete backups with error: Too many archives for thread
Required:
Ignore custom subdirectories such as proot distros (termux, anlinux ...), chroot distros (nethunter ...), and emulators (yuzu, skyline, citron ... ) and vms, and back them up separately
Increase the volume limit to 999
Support breakpoint progress continue operation after the battery is recharged
Reference:
android_bootable_recovery/twrpTar.cpp
Lines 815 to 819 in 5c3d206
Too many archives for threadRequired: