All Projects → JBBgameich → rsync-static

JBBgameich / rsync-static

Licence: other
Static RSync binaries compiled for x86, ARM, and ARM64. Useful for running on Android. Built daily

Projects that are alternatives of or similar to rsync-static

Reko
Reko is a binary decompiler.
Stars: ✭ 942 (+2255%)
Mutual labels:  arm, aarch64
Talks
schedule and materials about my presentations
Stars: ✭ 245 (+512.5%)
Mutual labels:  arm, aarch64
Archiso Pbp
archiso customized for the Pinebook Pro
Stars: ✭ 52 (+30%)
Mutual labels:  arm, aarch64
Doesitarm
🦾 A list of reported app support for Apple Silicon and the new Apple M1 Macs
Stars: ✭ 3,200 (+7900%)
Mutual labels:  arm, aarch64
Computelibrary
The Compute Library is a set of computer vision and machine learning functions optimised for both Arm CPUs and GPUs using SIMD technologies.
Stars: ✭ 2,123 (+5207.5%)
Mutual labels:  arm, aarch64
Fasmg Ebc
An EFI Byte Code (EBC) assembler, based on fasmg
Stars: ✭ 17 (-57.5%)
Mutual labels:  arm, aarch64
Docker Homebridge
Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
Stars: ✭ 1,847 (+4517.5%)
Mutual labels:  arm, aarch64
Docker Cloudflare Ddns
A small amd64/ARM/ARM64 Docker image that allows you to use CloudFlare as a DDNS / DynDNS Provider.
Stars: ✭ 467 (+1067.5%)
Mutual labels:  arm, aarch64
Cross
“Zero setup” cross compilation and “cross testing” of Rust crates
Stars: ✭ 2,461 (+6052.5%)
Mutual labels:  arm, aarch64
Amie
A Minimalist Instruction Extender for the ARM architecture and IDA Pro
Stars: ✭ 136 (+240%)
Mutual labels:  arm, aarch64
Raspberrypipkg
DEPRECATED - DO NOT USE | Go here instead ->
Stars: ✭ 758 (+1795%)
Mutual labels:  arm, aarch64
Openwrt Node Packages
OpenWrt Project Node.js packages. v10.x LTS and v12.x LTS and v14.x LTS
Stars: ✭ 176 (+340%)
Mutual labels:  arm, aarch64
Cemu
Cheap EMUlator: lightweight multi-architecture assembly playground
Stars: ✭ 666 (+1565%)
Mutual labels:  arm, aarch64
Woa Deployer Rpi
WOA Deployer for Raspberry Pi
Stars: ✭ 898 (+2145%)
Mutual labels:  arm, aarch64
Steed
[INACTIVE] Rust's standard library, free of C dependencies, for Linux systems
Stars: ✭ 520 (+1200%)
Mutual labels:  arm, aarch64
Cluster
Arm and Equinix Metal have partnered to make powerful Neoverse based Armv8 bare metal infrastructure including latest generation Ampere and Marvell systems — available for open source software developers to build, test and optimize for Arm64 architecture.
Stars: ✭ 60 (+50%)
Mutual labels:  arm, aarch64
Woa Deployer Lumia
Making your Lumias great again!
Stars: ✭ 380 (+850%)
Mutual labels:  arm, aarch64
Raspberry Pi Pcie Devices
Raspberry Pi PCI Express device compatibility database
Stars: ✭ 444 (+1010%)
Mutual labels:  arm, aarch64
Build
Armbian Linux build framework
Stars: ✭ 1,827 (+4467.5%)
Mutual labels:  arm, aarch64
Mandibule
linux elf injector for x86 x86_64 arm arm64
Stars: ✭ 171 (+327.5%)
Mutual labels:  arm, aarch64

rsync-static

This repository contains a script to build static rsync binaries for ARM, aarch64 and x86 using a musl gcc toolchain.

Example

This example is based on a blog post by Péter Szabó.

To install and start rsync on your Android phone, run on Linux computer

curl -o- https://raw.githubusercontent.com/JBBgameich/rsync-static/master/adb-start-rsyncd.sh | bash

You can also clone this repo and run

./adb-start-rsyncd.sh

You can now transfer files from and to the device. To pull your current rsyncd.conf, use this command:

rsync -av --progress --stats rsync://localhost:6010/root/data/rsyncd.conf .

To deploy a new rsyncd.conf file using rsync, you can use

rsync -av --progress --stats rsyncd.conf rsync://localhost:6010/root/data/rsyncd.conf

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].