xibodevelopment / backupwordpress

Simple automated backups of your WordPress powered website.
http://wordpress.org/extend/plugins/backupwordpress/
327 stars 74 forks source link

User request: backup file meta data #403

Open pdewouters opened 10 years ago

pdewouters commented 10 years ago

The screen that lists all the backups should contain extra info about the backup, e.g. what version of WordPress it was using, and maybe something configurable such as Theme version. This makes trouble-shooting easier if you need to revert to a previous backup.

willmot commented 10 years ago

+1

willmot commented 7 years ago

We can potentially pull this directly from database / files within the backup (see #44).

If that's not reasonable then we'll need to start generating and storing this information at the point the backup is taken.