This repository has been archived by the owner on Dec 1, 2017. It is now read-only.
Develop a solution for allowing persistence of information about the file system between sessions #450
Labels
Milestone
In #443, we found that on the client,
fs.pathToSync
was being reset when you close a tab (running makedrive) before a sync can happen, and open the tab again. This is because a newfs
instance is being handed to you everytime we do that.This is one of several other possible examples of information or "makedrive metadata" that we need to persist between different sessions (e.g. closing and opening a tab).
One way of doing this is by creating an
/etc
directory (only accessible to makedrive and not the user) in thefs
itself to hold such data. However, this might not necessarily be the best solution. We need to discuss how to handle this.The text was updated successfully, but these errors were encountered: