adb push folder seems to consume as much memory as we try to push
#11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hence,
adbis Killed if we try to push more than available memory (including swap).See Benjamin-Loison/android/issues/46#issuecomment-2282301165.
`adb push` seems to consume as much memory as we try to pushto `adb push` folder seems to consume as much memory as we try to pushShowing a single progress bar based on the total transferred number of bytes would be nice.
Above algorithm looks correct to me only a single GB differs according to
du -shbut the implementation differ:and checking files and folders quickly everything look correct.
I guess that if it is incorrectly implemented, then the restoration will fail or some data will be missing. It seems that the restoration went through successfully and I do not notice any data missing, except those explicitly mentioned in Benjamin-Loison/android/issues/46#issuecomment-2282301165. I will try to remember to come back to this issue if I notice later on some other data missing while they should not according to the mentioned Git issue comment.