Hi people, I run a couple of WordPress websites on ISPConfig. They're running on Nginx with memcached as object cache. The problem here is that when I restore a backup the memcached server is still returning old data, so after the backup ended I have to restart memcached. What I'd like to ask is if there is some hook or something other way to implement automatic memcached purging after a backup is restored. I'm thinking it could be on backup_dir_umount.sh but it will also run on backup creation so it doesn't look the best option to me. Thanks, Regrads.