Commit c885e2

2025-10-12 23:16:17 theophile: updated readeck section, structure and markup cleanup
sauvegarde et restoration/procédure de sauvegarde individuelles.md ..
@@ 103,7 103,7 @@
[Automated Backup → navidrome.org](https://www.navidrome.org/docs/usage/backup/)
- #### Backup
+ **Backup**
Backup can be automated via config file or env variables. Location is
`/mnt/data/navidrome/backup`.
@@ 121,7 121,7 @@
sudo docker compose run <service_name> backup prune
# service_name is usually `navidrome`
```
- #### Restore
+ **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.
@@ 173,27 173,27 @@
---
- ### Readeck ⚠️
+ ### Readeck ✅
[Backups → readeck.org](https://readeck.org/en/docs/backups)
+ **Backup**
+
```bash
- # docker exec -i readeck sh -c 'readeck export "/readeck/readeck_backup_$(date +%Y%m%dT%H%M%S).zip"'
- docker compose exec app readeck export -config config.toml export.zip
+ docker compose exec app readeck export -config /readeck/config.toml /readeck/readeck_backup_"$(date +%Y%m%dT%H%M%S)".zip
```
- to import, do the same and specifying the config file.
+ **Restore**
- Needs to be recuring via cron job or script. Could also be built by script that
- does the overall backup, since backup is quick.
+ To import:
- :::info
- The export tool with docker compose exec currently does not work.
- :::
+ ```bash
+ docker compose exec app readeck import -config /readeck/config.toml /readeck/readeck_backup_"$(date +%Y%m%dT%H%M%S)".zip
+ ```
---
- ### Caddy
+ ### Caddy ✅
It is sufficient to backup the `/mnt/data/caddy`. The most important folders
inside are:
@@ 236,6 236,14 @@
n.a.
+
+ ---
+
+ ### Paperless-ngx
+
+ n.a.
+
+
---
## Missing or broken installs
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