Skip to content

rsync.samba.org

An open source utility that provides fast incremental file transfer. It also has useful features for backup and restore operations among many other use cases.

Package Information

  • Domain: rsyncsamba.org
  • Name: rsync.samba.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +rsync.samba.org -- $SHELL -i

Programs

This package provides the following executable programs:

  • rsync
  • rsync-ssl

Aliases

This package can also be accessed using these aliases:

  • rsync

Available Versions

Show all 4 versions
  • 3.4.1, 3.4.0, 3.3.0, 3.2.7

Latest Version: 3.4.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +rsyncsamba.org@3.4.1 -- $SHELL -i

Dependencies

This package depends on:

  • zlib.net^1
  • facebook.com/zstd^1
  • lz4.org^1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.rsyncsambaorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.