balliegojr / iron-carrier

MIT License
12 stars 3 forks source link

does it work on Windows? #3

Open insinfo opened 3 years ago

insinfo commented 3 years ago

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 "iron-carrier" makes the synchronization of a directory on a linux server to a windows machine?

https://github.com/insinfo/fsbackup

balliegojr commented 3 years ago

It has been some time since I've tested on a Windows machine, so I can't say the current state, but it should work.

however, the code has some bugs right now and it is not fully tested, so I don't recommend using this anywhere near a production environment