hi guys. i have recently started using docker containers for small vps projects.
i am thinking of a setup where i can have my 5-6 vps (that all use docker containers) and setup a backup system with a new storage server, to which all my vps send docker container backups daily. and in future, i can use these backed up containers to restore that vps to that state if something goes wrong.
my question is, is there a GUI backup management script available for docker?
so i can host a webpage like http://backup.mywebsite.com and in that page I see all the latest docker containers backed up for all the vps that I am using.
is this type of a setup possible? please help. thank you