• 0 Posts
  • 758 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle



  • Backup for docker is no different than backing up anything else.

    Volumes are located in /var/lib/docker/volumes by default, so just back up that directory with Restic or Borg, or something like Backrest if you want notifications and stuff handled for you.

    Or you can do mount points to a directory instead of using volumes and back that up, but it’s really the same process.