Trying to get my head around various restic methods and containers.
I’ve got your container runnings and backing up all the container data I care about.
Just trying to see if I can add in other dies on the host via mounts. It seems to work, and they all appear in my /mnt/volumes directory.
but wondering if I can get a take per source dir, or if that means I would run a New container for each other dir I add in to the volume statement.
or do I just handle these externally from the containers entirely?
Many questions.
Trying to get my head around various restic methods and containers.
I’ve got your container runnings and backing up all the container data I care about.
Just trying to see if I can add in other dies on the host via mounts. It seems to work, and they all appear in my /mnt/volumes directory.
but wondering if I can get a take per source dir, or if that means I would run a New container for each other dir I add in to the volume statement.
or do I just handle these externally from the containers entirely?
Many questions.