syncfast
syncfast copied to clipboard
does it work on Windows?
I developed a small linux server backup application in flutter/dart that runs on a local windows machine, this application backs up servers via SSH/SFTP, but currently it only does full backups, it doesn't do incremental backups and it's quite slow, I I want to port this application to rust, using the lib "syncfast" makes the synchronization of a directory on a linux server to a windows machine?
https://github.com/insinfo/fsbackup