pleio / backup
Backup and restore deleted objects and annotations.
Installs: 1 348
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 0
Open Issues: 0
Type:elgg-plugin
Requires
- composer/installers: ^1.0.8
This package is not auto-updated.
Last update: 2024-11-09 20:45:20 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.