Here are
27 public repositories
matching this topic...
A robust two way (bidirectional) file sync script based on rsync with fault tolerance, POSIX ACL support, time control and near realtime sync
Updated
Jun 29, 2021
Shell
Rsync-based OSX-like time machine for Linux, MacOS and BSD for atomic and resumable local and remote backups
Updated
May 2, 2022
Shell
Best GTK+ frontend (backup application) for RSYNC utility.
rsync dependency-free wrapper library for PHP7.1+
Butterfly Backup is a simple command line wrapper of rsync for complex task, written in python.
Updated
Jan 6, 2021
Python
a synchronization shell script
Updated
Dec 26, 2021
Shell
File & SQL backup script for local / remote-push / remote-pull backups. Has time control, fault tolerance, email alerts and encryption support. Also can divide subdirectories in timed sub tasks.
Updated
May 4, 2020
Shell
Manage groups of rsync sessions interactively or through special profiles.
Updated
Jan 21, 2018
Python
PyRsync is a simple rsync wrapper for python.
Updated
Apr 22, 2022
Python
Updated
Mar 6, 2021
Python
multi-node, multi-process rsync executor
A script to help mirror the NetBSD CVS repository and update local working directories
Updated
May 1, 2021
Shell
(1) "backup": a Perl 5 program that backs-up to free email services. (2) "rsyncbu": A simple wrapper around rsync. Written in Perl5 and using an ini-style config file. Intended to automated large, varied backups that take many hours.
Updated
Sep 23, 2017
Perl
A fancy wrapper for rsync
Updated
Jul 16, 2020
Shell
Updated
Mar 6, 2021
Shell
Updated
Apr 10, 2022
Shell
prsync (meaning "profile-based rsync") is a small wrapper around rsync that allows profiles to be stored and used.
Updated
Aug 25, 2021
Shell
An opinionated poka-yoke for rsync
Updated
May 25, 2021
Python
Updated
Oct 10, 2017
Python
A wrapper for rsync in Ruby
Updated
May 10, 2020
Ruby
yet another rsync wrapper
PowerShell script wrappers for azcopy & rsync
Updated
Dec 29, 2021
PowerShell
A simple bash script wrapper for the rsync command
Updated
Apr 18, 2022
Shell
A Ruby tool that monitors a directory and pushes updates to a remote server.
Updated
May 25, 2018
Ruby
An rsync-based tool for creating backups
Updated
Apr 15, 2022
Python
A script for serving the files downloaded by a prior "apt-get update" and "apt-get upgrade" via rsync+ssh, allowing another host in the LAN to get those update files without downloading them again from the Internet
Updated
Mar 8, 2020
Shell
Improve this page
Add a description, image, and links to the
rsync-wrapper
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
rsync-wrapper
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I noticed that there is an inconsistent use of Type Hits within this program.
Some modules and functions have type hints in place, others do not.
Specifically, the
runcommand doesn't have type hints, while many of the other commands do.https://github.com/gchamon/sysrsync/blob/c978be1f0e0a0a7d3451fce11c615c571c9f2a1d/sysrsync/runner.py#L9
Have you considered adding type hints?