Skip to content

Commit

Permalink
#11 doc cli params
Browse files Browse the repository at this point in the history
  • Loading branch information
kamarton committed Jan 8, 2023
1 parent 6c89657 commit 73c0c9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/cli-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ Currently only `gmail` is supported.
| `--restore-missing` | | Restore missing message (The backup has not been run before, but the message no longer exists on the server.) |
| `--filter-date-from` | date or datetime | Filter message from date, e.g. "2023-01-01" or "2023-01-01 05:33:00" |
| `--filter-date-to` | date or datetime | Filter message from to, e.g. "2023-01-01" or "2023-01-01 05:33:00" |

*deleted vs missing: The missing message meanłs that the message exists in the local storage,
but no longer on the server, but the backup has not been run yet, so its status has not been deleted.
The deleted message when the backup detected the deletion of the message
on the server and marked it in the local storage.*

0 comments on commit 73c0c9e

Please sign in to comment.