Entity Backup

Component ID

2864149

Component name

Entity Backup

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

272

Component created

Component changed

Component body

Entity Backup

Main purpose of Entity backup module is to keep the backup of deleted Drupal core entities and perform recovery of them.

Means if you have deleted Nodes , Comments , Taxonomy Terms , Taxonomy Vocabularies or Users , Then you can recover it.

Settings

There is delete and restore options on admin/content/entity_backup_form menu
with confirmation box. If you want to disable or enable confirmation box please go to url for setting.

  • admin/config/content/entity_backup_form

Limitations

Supports Drupal's Core Entity Types for creating the backup.

  1. Comments
  2. Nodes
  3. Taxonomy Terms
  4. Taxonomy Vocabularies
  5. Users

Its restores all the Drupal 7 core entities excepts Files. As file got deleted during Hook_entity_delete.