• 2 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: June 4th, 2023

help-circle



  • Honestly, what you’re trying to do is a great use case for docker already. I suggest learning more about how to use docker, take backups, restore from backups, etc. E.g., I have a NFSv4 share that I store all of my containerized services’ config and data files in. Any time I need to restore a precious version, it’s as easy as restoring the previous version files and starting the previous version container.