Current problem
If we do an incremental backup, we don't need to copy the data that has already been copied.
Possible solution
We need to add the --from-last option which changes the behavior of the CLI so that it checks the timestamps of the target entries and copies data from that time. If an entry doesn't exist in the target database, the CLI copies all data.
Additional context
No response
Code of Conduct
Current problem
If we do an incremental backup, we don't need to copy the data that has already been copied.
Possible solution
We need to add the
--from-lastoption which changes the behavior of the CLI so that it checks the timestamps of the target entries and copies data from that time. If an entry doesn't exist in the target database, the CLI copies all data.Additional context
No response
Code of Conduct