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: over 1 year ago
JSON representation
Fast alternative to rsync for local file copy
- Host: GitHub
- URL: https://github.com/nyu-rts/fast-local-sync
- Owner: NYU-RTS
- License: mit
- Created: 2024-09-24T18:15:58.000Z (almost 2 years ago)
- Default Branch: trunk
- Last Pushed: 2025-03-26T17:53:49.000Z (over 1 year ago)
- Last Synced: 2025-04-06T08:16:08.390Z (over 1 year ago)
- Topics: copy, filesystem, rsync, sync
- Language: Rust
- Homepage:
- Size: 136 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.