holepunchto / hyperdrive

Hyperdrive is a secure, real time distributed file system
Apache License 2.0
1.86k stars 134 forks source link

Sync on mount (offline mode) #187

Closed piranna closed 1 year ago

piranna commented 7 years ago

When creating a new hyperdrive instance on a directory, allow to sync the files there if it's not empty. This would allow to work on the files offline and sync them when reconnecting to the network.

mafintosh commented 7 years ago

You can already do that (we do that in dat) by simply walking the folder and add files. You can use mirror-folder to do this for you