Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

bczhc/FileSync

Repository files navigation

FileSync

Incrementally send files from Android to another host over network.

I use this to back up Android files periodically.

Build

An example for arm64 Android devices:

  1. Install Rust target: aarch64-linux-android

  2. Create config.properties and write:

    ndk.target=arm64-v8a-29
    ndk.buildType=debug
  3. Run ./gradlew asD

Usage:

  1. See this repository: https://github.com/bczhc/adb-sync
  2. Compile it on host
  3. Run tcp-receive on host
  4. Configure the host destination on Android
  5. Add directory paths to sync on Android and then click "Sync"

About

Sync files on Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published