You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -336,6 +336,10 @@ cd torbox-media-server/
336
336
./manage.sh keys # Show API keys (use with care)
337
337
./manage.sh enable# Enable auto-start on boot
338
338
./manage.sh disable # Disable auto-start on boot
339
+
./manage.sh backup # Backup configuration and credentials
340
+
./manage.sh restore # Restore configuration from a backup
341
+
./manage.sh health # Run health checks on all services
342
+
./manage.sh shell svc # Open a shell inside a container (e.g. radarr)
339
343
```
340
344
341
345
> **Auto-start on boot:** The setup script installs a systemd service (`torbox-media-server`) that automatically handles mount propagation and starts all containers when your computer boots. You don't need to do anything — just turn on your computer and everything will be running.
0 commit comments