Skip to content

Sync files between your Android phone and your pc using adb

Notifications You must be signed in to change notification settings

mjfwalsh/adb-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

adb-sync

This project originally started out as a patch of Google's adb-sync but then morphed into a completely different program. Thanks to toybox, this version of adb-sync is considerably faster than Google's!

Differences

  • This program only accepts one source folder and one destination folder.
  • It doesn't try to copy rsync's trailing slash behaviour. The contents of the source and destination folders are synced. The source folder itself is never copied into the destination folder.
  • File and directories can be excluded from sync by using wildcards, eg --exclude '.*'
  • Unicode normalisation is performed on MacOS filenames.

Requirements

Installation

  • Just copy the script to somewhere in your path

Usage

  • Run adb-sync --help

About

Sync files between your Android phone and your pc using adb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages