Skip to content

Fast alternative to rsync for local file copy

License

Notifications You must be signed in to change notification settings

NYU-ITS/fast-local-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.