Package Details: adb-sync-git r36.76b2783-1

Git Clone URL: https://aur.archlinux.org/adb-sync-git.git (read-only, click to copy)
Package Base: adb-sync-git
Description: Synchronize files between a PC and an Android device using ADB (Android Debug Bridge)
Upstream URL: https://github.com/google/adb-sync
Keywords: adb android synchronization
Licenses: Apache
Conflicts: adb-sync
Provides: adb-sync
Submitter: anatolik
Maintainer: willemw
Last Packager: willemw
Votes: 42
Popularity: 0.002738
First Submitted: 2015-05-26 04:53 (UTC)
Last Updated: 2023-09-19 06:38 (UTC)

Latest Comments

1 2 Next › Last »

willemw commented on 2026-04-24 07:17 (UTC)

I don't remember why I stuck with adb-sync instead of start using better-adb-sync, when I compared them both. And I can always install adb-sync from a local PKGBUILD file, if needed.

Andrei_Korshikov commented on 2026-04-23 18:46 (UTC)

Can you explain when adb-sync is better than better-adb-sync? In what situations one is more useful than another? Why do use use them both?

willemw commented on 2026-04-23 15:59 (UTC)

@Andrei_Korshikov: Still works. Still using it all the time. better-adb-sync-git, also maintained by me, is an alternative (but not an exact 1:1 replacement).

Andrei_Korshikov commented on 2026-04-23 14:41 (UTC)

I requested deletion for this package: https://github.com/google/adb-sync#deprecated reads: "This project is no longer being maintained; please use better-adb-sync instead." And we have https://aur.archlinux.org/packages/better-adb-sync-git

willemw commented on 2022-08-18 06:41 (UTC)

The first "install"-line can be merged into the second "install"-line, for example:

package() {
  install -Dm755 adb-sync/{adb-sync,adb-channel} -t "$pkgdir/usr/bin"
  install -Dm644 adb-sync/LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
}

SelfAdjOperator commented on 2021-09-25 12:44 (UTC)

Hi everyone, I have recently rewritten this script in Python3 with much better syntax, and extra functionality such as rsync's --exclude. I would highly recommend using my fork (https://github.com/SelfAdjointOperator/better-adb-sync) instead.

null commented on 2018-04-01 13:04 (UTC)

git is not part of the base-devel group but it's needed to download sources in the git+https://.. format. Please add git to build dependencies.

alaskanarcher commented on 2018-01-07 07:56 (UTC) (edited on 2018-01-07 08:19 (UTC) by alaskanarcher)

It does appear that android-tools and also android-udev should be dependencies. This PKGBUILD will not work out of the box without that

aueuaio commented on 2017-06-21 10:20 (UTC)

shouldn't android-tools be added as dependency (at least optional) since the adb is required to run?

tsipizic commented on 2016-11-03 18:19 (UTC) (edited on 2016-11-03 18:19 (UTC) by tsipizic)

package needs to be updated with latest git changes. Without the changes script executes with errors