mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
doc expiration
This commit is contained in:
parent
97bd2addc9
commit
411bc19762
1 changed files with 4 additions and 0 deletions
|
@ -25,4 +25,8 @@ Operations are described in [Replica Storage](./storage.md).
|
|||
Each operation is added to the list of operations in the storage, and simultaneously applied to the tasks in that storage.
|
||||
Operations are checked for validity as they are applied.
|
||||
|
||||
## Deletion and Expiration
|
||||
|
||||
Deletion of a task merely changes the task's status to "deleted", leaving it in the Task database.
|
||||
Actual removal of tasks from the task database takes place as part of _expiration_, triggered by the user as part of a garbage-collection process.
|
||||
Expiration removes tasks with a `modified` property more than 180 days in the past, by creating a `Delete(uuid)` operation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue