An open API service indexing awesome lists of open source software.

https://github.com/NYU-RTS/fast-local-sync

Fast alternative to rsync for local file copy
https://github.com/NYU-RTS/fast-local-sync

copy filesystem rsync sync

Last synced: 11 months ago
JSON representation

Fast alternative to rsync for local file copy

Awesome Lists containing this project

README

          

Fast local sync
===============

This is a multi-threaded file sync tool. It only copies between directories on the local file system.

It is similar to rsync, except it is faster thanks to multithreading, or rclone sync, except it does copy permissions, ownership, modification time, etc.