Commit 9d5404

2025-10-10 16:01:27 theophile: navidrome instructions
procédure de sauvegarde.md ..
@@ 103,9 103,36 @@
[Automated Backup → navidrome.org](https://www.navidrome.org/docs/usage/backup/)
+ #### Backup
+
Backup can be automated via config file or env variables. Location is
`/mnt/data/navidrome/backup`.
+ Alternatively, we can also directly start a backup from inside the container:
+
+ ```bash
+ sudo docker compose run <service_name> backup create
+ # service_name is usually `navidrome`
+ ```
+
+ We can also prune old backups with:
+
+ ```bash
+ sudo docker compose run <service_name> backup prune
+ # service_name is usually `navidrome`
+ ```
+ #### Restore
+
+ When you restore a backup, the existing data in the database is wiped and the data in the backup gets copied into the database.
+
+ Note: YOU MUST BE SURE TO RUN THIS COMMAND WHILE THE NAVIDROME APP IS NOT RUNNING/LIVE.
+
+ Restore a backup by running the navidrome backup restore command.
+ :::warning
+ Attention
+ Restoring a backup should ONLY be done when the service is NOT running. You’ve been warned.
+ :::
+
---
### Miniflux ✅
@@ 205,6 232,12 @@
---
+ ### Medama
+
+ n.a.
+
+ ---
+
## Missing or broken installs
- archivebox
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9