tbenz9 / siasync

miniscule utility to sync a folder with Sia
MIT License
67 stars 10 forks source link

is it alive? #25

Open bam80 opened 2 years ago

bam80 commented 2 years ago

Hi, does this project still supported?

tbenz9 commented 2 years ago

I think the short answer is "no" since I'm not actively developing it anymore. But if someone submitted a pull request I would certainly review it and engage the developer. Is there something you'd like to see?

bam80 commented 2 years ago

I didn't try it yet.

Question: If files were added while the app wasn't run, will they be synced on run?

tbenz9 commented 2 years ago

Question: If files were added while the app wasn't run, will they be synced on run?

Yes, when Siasync starts up it scans the source directory and syncs any files not found on Sia.

bam80 commented 2 years ago

Thanks. I hoped to get preliminary experience with official Sia app to get an idea if I need your app or not, but couldn't - initial sync process seems taking a days.. So could you clarify to me a key difference between adding a folder to a snapshot in official app and syncing it in your app? I hope the orig app works that way new files added to the folder after snapshot do not make a new snapshot begin from scratch - new files will be just "added" to old snapshot and produce a new one. Does it work that way?