Replies: 1 comment 1 reply
-
|
They're all a little different, despite having the same extension:
None can really be "rolled" like a logfile -- they're not log files. I don't see much point to saving the file contents elsewhere if you're going to delete the files Taskwarrior uses. Taskchampion uses a completely different model, by the way: a database of all tasks keyed by uuid, with a separate list of un-sync'd operations. |
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'm curious about the Taskwarrior data files
backlog.data,completed.data,pending.data, andundo.data. Are these "permanent" (must be left as-is), or can these be "rolled" like logfiles? I rolled theundo.datafile by renaming and compressing the current one and a newundo.datafile was automatically created. I forget where I got the idea that it was OK to do this.Is there some way to easily save space by rolling, archiving, or even deleting old data? Sorry if I missed this in the docs or a mailing list/github discussion.
Beta Was this translation helpful? Give feedback.
All reactions