hyperdrive-daemon
hyperdrive-daemon copied to clipboard
Hyperdrive, batteries included.
**Describe the bug** After updating to [email protected], fuse had been setup with the previous version, `hyperdrive status` is reporting ``` The Hyperdrive daemon is running: API Version: 0 Daemon Version:...
**Describe the bug** A directory within Hyperdrive containing files disappeared **To Reproduce** Not really sure, but a bash history of the commands is attached. **Expected Behavior** Did not expect the...
Looking to ignore certain files during the import process.
We've had a couple requests for the ability to sync a drive with a folder using a mechanism other than FUSE (similar to the dat cli previously). This has a...
I had multiple versions of hyperdrive as I was debugging install, and after `hyperdrive fs unmount; hyperdrive stop` there were still a bunch of processes runnng. I saw they had...
This caused the daemon to stop: ``` {"level":50,"time":1583795497841,"pid":27389,"hostname":"Pauls-MacBook-Pro.local","name":"hyperdrive","component":"server","error":true,"err":{"type":"Error","message":"Can only pipe to one destination","stack":"Error: Can only pipe to one destination\n at ReadableState.pipe (/Users/paulfrazee/work/beaker/dist/mac/Beaker Browser.app/Contents/Resources/app.asar/node_modules/streamx/index.js:211:37)\n at ProtocolStream.pipe (/Users/paulfrazee/work/beaker/dist/mac/Beaker Browser.app/Contents/Resources/app.asar/node_modules/streamx/index.js:594:25)\n at pipe (/Users/paulfrazee/work/beaker/dist/mac/Beaker...
Relevant line: https://github.com/andrewosh/hyperdrive-daemon/blob/master/lib/drives/index.js#L886 If you pass in `hyper://${key}` instead of just `${key}` the listener will fail to match and resolve.
I tried to set this up on Windows, but `fuse-shared-library` does not currently support windows. From this issue: https://github.com/fuse-friends/fuse-native/issues/3 I see that the new fuse native library that this project...
``` make: Entering directory `/home/thelink/.npm-global/lib/node_modules/hyperdrive-daemon/node_modules/fuse-native/build' CC(target) Release/obj.target/fuse/fuse-native.o ../fuse-native.c: In function ‘fuse_native_signal_readdir’: ../node_modules/napi-macros/napi-macros.h:192:3: error: ‘for’ loop initial declarations are only allowed in C99 mode for (uint32_t i = 0; i <...
Trying some preliminary tests, copying a few GB of photos/vids, and I get lots of these errors: ``` cp: error writing 'Photos/2020-01 Moto G4 Plus/OpenCamera/VID_20191015_140916.mp4': Bad file descriptor ``` The...