How can I view activities from old database backups without having to reimport them? #1161
Unanswered
directentis1
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Backup current state, stop process swap it out, view/export what you'd like, restore old (new) backup, Sounds plasuable(?) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some backup of Activity Watch many years ago, it's about half of GB (literally
.local/share/activitywatchfolder)I'd like to view some of my activities in the past, but currently to view them, the only way is to import all of them to current database which I don't need (and also not reasonable to accumulate all the data)
Currently the only way I have is to import the data into a virtual machine and view everything from there.. but I wonder if anyone has a better way.?
Is it possible to develop a tool to make this more convenient?
Or a more radical way is to directly process the raw database file with a sqlite3 viewer?
Beta Was this translation helpful? Give feedback.
All reactions