-
I wanted to confirm if there's a list of services that are stopped, or not stopped during a backup? My plan is to use docker to provide many services, including some not in dietpi, but I want to make sure that backup stops docker so I can backup any volumes. Then I can have syncthing sync the backups to an offsite instance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
following services will be stopped automatically during backup https://github.com/MichaIng/DietPi/blob/master/dietpi/dietpi-services#L115 And some special we don't touch https://github.com/MichaIng/DietPi/blob/master/dietpi/dietpi-services#L279 |
Beta Was this translation helpful? Give feedback.
-
You can also run this command to see which services are started (and hence also stopped at first), which is exactly what dietpi-services start Note that Docker containers can be configured to not stop with the Docker daemon itself, but by default they are. |
Beta Was this translation helpful? Give feedback.
following services will be stopped automatically during backup https://github.com/MichaIng/DietPi/blob/master/dietpi/dietpi-services#L115
And some special we don't touch https://github.com/MichaIng/DietPi/blob/master/dietpi/dietpi-services#L279