Feature #4887
Backup process improvements
0%
Description
After an upgrade the backup process is triggered slowing the start of tvh, for small configs this isn't a problem, but larger ones this can take some time.
I know the obvious solution would be to disable backups at start with the -B option, but it would be nice if tvh could spawn the backup process in the background.
I have a few ideas of how this could be done.
- Snapshot the config before start then spawn the backup?
- Copy the config dir to a temporary directory, start tvh then backup the copy?
Opinions?
Files
History
Updated by Sebastian K. almost 7 years ago
- File mod_add_config_exclude_imagecache_data_during_backup.patch mod_add_config_exclude_imagecache_data_during_backup.patch added
I don't think I've got a large config. But I use the imagecache functionality so the amount of pictures from events and channel are huge.
For a desaster recovery I think it's unnecessary... May be this patch helps...
Updated by Mark Clarkstone almost 7 years ago
Sebastian K. wrote:
I don't think I've got a large config. But I use the imagecache functionality so the amount of pictures from events and channel are huge.
For a desaster recovery I think it's unnecessary... May be this patch helps...
This would certainly cut down on the config sizes but some may not want their icons disappearing.