fnogatz / clocker

Command-line tool to track project hours
Other
420 stars 31 forks source link

possibility to share database over multiple computers #12

Closed wullxz closed 9 years ago

wullxz commented 10 years ago

Any ideas How to use one clocker db on multiple computers? I'd like to be able to Start and end one Task on different computers and keep the records synchronized on all computers. Maybe this is easy solvable with a config File and the possibility to specify a custom db Directory?

schmkr commented 10 years ago

Nice idea! Would love that as well. Workaround would be maybe, to sync the .clocker folder with Dropbox?

fnogatz commented 9 years ago

By specifying the HOME or USEPROFILE environment variable it is possible to set the database directory to any shared space. I don't think it is on the roadmap to implement some kind of distributed database backend.