syncfast icon indicating copy to clipboard operation
syncfast copied to clipboard

does it work on Windows?

Open insinfo opened this issue 4 years ago • 0 comments

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

insinfo avatar Nov 23 '21 00:11 insinfo