Aborted backup is incorporated into next backup
-
G’day Inpsyde,
An odd thing happened with an aborted backup. For (reasons), a full backup of the website was aborted due to no progress for one hour (I’ll fix that with a cron job). However, the next day a db-only backup picked up everything that the full backup did, meaning a quick 3MB db backup became a lengthy 1.1GB backup in the middle of the day.
Of interest, the full backup is set to build as a .zip file due to some silly-long filenames, which is why I noticed the oversize db backup: it builds as tar.bz2 and it had warnings for the long filenames. It also processed in “only” 802 seconds, compared to the 1200 seconds for a normal full backup.
Smells like the files are collated into a folder first, then archived and compressed, and the collation step does not erase its temporary storage before it starts.
cheers,
Ross
- The topic ‘Aborted backup is incorporated into next backup’ is closed to new replies.