adb-sync
adb-sync copied to clipboard
Ran under python 3.7 and with a local folder /tmp/sync-test and a remote folder (on device) /sdcare/sync-test. It broken for the file with spaces in the name. The filename with...
I have seen someone mention that they were able to get full functionality from their sd card through adb-sync but when I try to run the command with /storage/9C33-6BBD/ as...
Previous output example: ``` INFO:root:Pull: b'./path/to/a/file.example' ``` New output example: ``` INFO:root:Pull: './path/to/a/file.example' ```
I think this is due to self.both isn't processed for PerformCopies. I have a file with two lines that have the same length, where I comment out one line, and...
Hey folks, I need to run adb-sync from a cronjob, and any output from the command will generate an email. I need it to only print output in case something...
whenever i type `adb-sync --reverse /storage/emulated/0/ ./`, to do a full sdcard backup, i get this: `Warning: could not parse 'drwxrwx--x 20 0 1015 4096 Sep 21 23:49 /storage/emulated/0'.`
I get the following crash and terminal output. For me, I have just renamed the file so that it doesn't include the funky Spanish upside-down question mark nor the closing...
@lingnand fixed several bugs, including formatting issues caused by Python 3.
I'd like use adb-sync to sync my pc with an external card of an android device (a Likebook). The sync process stops when it comes at a symlink. There is...
Hi, I was wondering if the script is still being developed. I'm asking this because last commit is dated Jan 2019. Bye.