Can we download an image of the entire server?
-
I have a server I want to 'sunset' because I've migrated to a new one, but I do want to save all the data 'just in case'.
Unfortunately, the backup script doesn't seem to include the Docker volumes (I think that's my fault, as I think the things are stored in non standard locations).
Is there a way to request or download a copy of the entire image 'just in case' ?
-
Hey @VISIGO, no indeed, this is why we never store anything in docker volumes.
And also why all our templates use folder volumes instead, it's a lot easier to backup.