pleio / backup
Backup and restore deleted objects and annotations.
dev-master
2016-12-07 16:11 UTC
Requires
- composer/installers: ^1.0.8
This package is not auto-updated.
Last update: 2026-03-01 04:45:25 UTC
README
This ELGG plugin provides backup and restore functionality for deleted objects and annotations. It backups deleted entities in serialized form into a seperate table.
Features
- backup and restore deleted objects and annotations
- deleted objects and annotations are grouped by transactions, this allows to restore a recursive deletion at once
Installation
Install the plugin by copying it to mod/ and then enable it through the admin interface.
Todo
- Backup and restore for ElggFile objects.