You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backup should be able to define "previous" backup. The backup command will have a new options --incremental. In the archive only new file will be saved and a list of deleted files.
This has to be handled in:
Restore: A ChainAdapter which receives a list of adapters in the right order and go thruh them foreach function in AdapterInterface.
Backup should be able to define "previous" backup. The backup command will have a new options
--incremental
. In the archive only new file will be saved and a list of deleted files.This has to be handled in:
ChainAdapter
which receives a list of adapters in the right order and go thruh them foreach function inAdapterInterface
.@chirimoya @c00n84 can you add some thoughts?
The text was updated successfully, but these errors were encountered: