ipfs-sync icon indicating copy to clipboard operation
ipfs-sync copied to clipboard

A simple daemon which will watch files on your filesystem, mirror them to MFS, automatically update related pins, and update related IPNS keys.

Results 29 ipfs-sync issues
Sort by recently updated
recently updated
newest added

Wah wah, it's dead now :disappointed: https://estuary.tech

@TheDiscordian this sounds really great! I really like to test this out, but I would need a couple of options, so I thought I could maybe post a wishlist 🥺...

enhancement

Could be useful, people want it, why not?

enhancement

I tried to pass the variables using `env-cmd`, but it didn't work, maybe there's a workaround? I want to pass the variable from my `.env` directly into the `.yaml` like...

I think it just kept accumulating these because it had to finish adding the other millions of files first. The best way would be to just keep these in one...

Currently if an error occurs in the pin updating process, a regular pin happens, however the old pin isn't unpinned, we should try harder to ensure old data gets unpinned.

bug
good first issue
filestore

#38 was solved by calculating the CID of a file, then removing all the blocks related to that file upon error, then (if necessary), re-adding the file. I believe this...

filestore

Should check for file activity or if file is open in another process before proceeding with add process Error message: > 2021/10/08 22:43:38 fsnotify event: "files/713.7z": WRITE > 2021/10/08 22:43:38...

performance