|
@@ -29,15 +29,22 @@ As of Google drive guidance:
|
|
|
> 6. Click OK to dismiss the resulting dialog.
|
|
|
> 7. Click the file_download (Download JSON) button to the right of the client ID.
|
|
|
|
|
|
-Copy the downloaded JSON file to home directory as:
|
|
|
-$HOME/.gdrivemount/client_secret.json
|
|
|
+Copy the downloaded JSON file to home directory as:
|
|
|
+__$HOME/.gdrivemount/client_secret.json__
|
|
|
|
|
|
+#### Signals
|
|
|
+Signal | Action | ex
|
|
|
+-------|------------------------------------------------------------------------------------------------------|-----------------
|
|
|
+USR1 | Refreshes directory tree from google drive | killall -USR1 gdrivemount
|
|
|
+HUP | Perform a GC and shows memory usage <small>Works when its not running in daemon mode</small> | killall -HUP gdrivemount
|
|
|
|
|
|
|
|
|
|
|
|
-TODO:
|
|
|
---------
|
|
|
+
|
|
|
+
|
|
|
+####TODO:
|
|
|
+* Assure concurrency support on inode/handle creation for gdrive
|
|
|
* Improve caching to refresh and save inodes
|
|
|
* Reverse package structure instead of gdrivemount/cmd/gdrivemount use this as main package and move logic to subpackage
|
|
|
-* Use cloudmount -t gdrive -o uid, gid MOUNTPOINT // Cloudmount
|
|
|
+* Use cloudmount -t gdrive -o uid, gid MOUNTPOINT and add Support for other cloud services
|
|
|
|