mutilin / klever

Klever Git repository read-only mirror
https://forge.ispras.ru/projects/klever
Apache License 2.0
0 stars 1 forks source link

Automatic system for creating backups #27

Closed vmordan closed 5 years ago

vmordan commented 5 years ago

All marks and tags should be saved somewhere automatically to prevent data loss.

vmordan commented 5 years ago

Commit 9b9b652 adds manager action for saving tags.

PavelAndrianov commented 5 years ago

It is better to have an ability for automatic dump.

vmordan commented 5 years ago

Added in commit af61aa7. It is possible to specify a directory and interval for automatic backups or disable this feature. By default it creates backups every day.

PavelAndrianov commented 5 years ago

Just to think about. Could we dump only after changes? So, I think there will be days, where the marks will not be added.

vmordan commented 5 years ago

Commit 6326402 added check for changes before creating a backup. At the same time creating backups is performed only once per day (can be changed in settings), therefore a lot of small changes in marks during the same day will not lead to many useless copies.