Skip to content
/ zsync Public

Basic rsync clone I wrote to learn ZIO.

Notifications You must be signed in to change notification settings

yatsukha/zsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zsync

Rsync-like backup manager written using ZIO entirely for the purpose of learning functional effects.

Building

Assuming you have sbt and GraalVM's native-image in the path, use the provided package.sh script to create a standalone native executable. This will create an executable named zsync in the top directory of this project.

Using

See zsync help.