syncer icon indicating copy to clipboard operation
syncer copied to clipboard

A filesystem that pretends you have all your files locally while caching only the most recently used

Results 4 syncer issues
Sort by recently updated
recently updated
newest added

I wonder how painful it would be to turn syncer into a network filesystem, ie to enable multiple clients to mount the same filesystem? This would require coordination and locking,...

enhancement

Both ```bash cargo install -f syncer ``` and ```bash cargo install -f --debug syncer ``` Give the following error but `cargo update && cargo build` and `cargo build --release` both...

I'm not a Rustc or Cargo native, so not sure how easy this is to fix but will look into it. Building a new clone of master on Ubuntu 19.04...

Hi Pedro, I have to say hello because I wish I'd seen this project two years ago when I began creating a FUSE based fs for the early SAFE Network...