adb-sync
adb-sync copied to clipboard
When trying to use --times to push files back to a device it fails with the error: ``` touch: bad '20190519.083235' INFO:root:Total: 23412 KB/s (1256329659 bytes in 52.402s) Traceback (most...
Hello, when starting adb-sync I always get the following error message. I'm using Windows 10, Python 3.7.2 and the latest version of the script. `C:\Users\Marco>adb-sync --reverse /sdcard/DCIM/Camera ~/Downloads INFO:root:Sync: local...
Hi, by using adb-sync --reverse /data/ noAction/ I want to download all files from /data, but I've got an error: adb: error: failed to copy '/data/var/run/netns/router' to 'noAction//var/run/netns/router': remote read...
it would be great if there would be an exclude options: --Exclude with which you can exclude certain directories, even better if you could also exclude certain file types (like...
Currently a file named to ``ガールズ.txt`` is always synchronized with Mac OS which uses HFS+ file system. This is because HFS+ file performs NFD like filename normalization. ``ガ`` is ``U+30AC``...
Wasn't sure how else to share a suggestion. Sometimes I have multiple devices I'd like to work with at a given moment. I have some simple bash scripts to handle...
I needed this because I am "force synching" folders already synched by btsync, which has a ".sync" hidden folder which should not be checked. If it is not a proper...
https://github.com/google/adb-sync/issues/41